OBJECT
AwsTargetTemplate
Description
Specific info for AWS Target Template.
link GraphQL Schema definition
- type AwsTargetTemplate implements TargetTemplate {
- # AWS target bucket prefix.
- String! :
- # AWS target region.
- AwsRegion! :
- # AWS target storage class.
- AwsStorageClass! :
- # AWS target compute settings.
- AwsComputeSettings :
- # AWS target proxy settings.
- ProxySettings :
- # AWS target encryption type.
- TargetEncryptionTypeEnum! :
- # AWS target KMS master key ID.
- String :
- # Specifies whether AWS target has consolidation enabled or not.
- Boolean! :
- # Cloud native template type.
- CloudNativeLocTemplateType! :
- # AWS target bucket tags.
- TagObject!]! : [
- # Cloud account details of the AWS target.
- CloudAccount! :
- # The type of this Target.
- TargetType! :
- }
link Require by
This element is not required by anyone