get_environment_template
(**kwargs)¶Get detailed data for an environment template.
See also: AWS API Documentation
Request Syntax
response = client.get_environment_template(
name='string'
)
[REQUIRED]
The name of the environment template that you want to get the detailed data for.
{
'environmentTemplate': {
'arn': 'string',
'createdAt': datetime(2015, 1, 1),
'description': 'string',
'displayName': 'string',
'encryptionKey': 'string',
'lastModifiedAt': datetime(2015, 1, 1),
'name': 'string',
'provisioning': 'CUSTOMER_MANAGED',
'recommendedVersion': 'string'
}
}
Response Structure
The detailed data of the requested environment template.
The Amazon Resource Name (ARN) of the environment template.
The time when the environment template was created.
A description of the environment template.
The name of the environment template as displayed in the developer interface.
The customer provided encryption key for the environment template.
The time when the environment template was last modified.
The name of the environment template.
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
The ID of the recommended version of the environment template.
Exceptions
Proton.Client.exceptions.ValidationException
Proton.Client.exceptions.AccessDeniedException
Proton.Client.exceptions.ThrottlingException
Proton.Client.exceptions.ResourceNotFoundException
Proton.Client.exceptions.InternalServerException