AWS::DataZone::EnvironmentProfileAWS Datazone Environment Profile is pre-configured set of resources and blueprints that provide reusable templates for creating environments.
8 configurable properties. 6 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AwsAccountId | string | Required |
AwsAccountRegion | string | Required |
DomainIdentifier | string | RequiredCreate-onlyWrite-only |
EnvironmentBlueprintIdentifier | string | RequiredCreate-onlyWrite-only |
Name | string | Required |
ProjectIdentifier | string | RequiredCreate-onlyWrite-only |
Description | string | |
UserParameters | Array<EnvironmentParameter> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when this environment profile was created. |
CreatedBy | string | The Amazon DataZone user who created this environment profile. |
DomainId | string | The ID of the Amazon DataZone domain in which this environment profile is created. |
EnvironmentBlueprintId | string | The ID of the blueprint with which this environment profile is created. |
Id | string | The ID of this Amazon DataZone environment profile. |
ProjectId | string | The identifier of the project in which to create the environment profile. |
UpdatedAt | string | The timestamp of when this environment profile was updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::EnvironmentProfile
Resources:
MyResource:
Type: AWS::DataZone::EnvironmentProfile
Properties:
EnvironmentBlueprintIdentifier: "my-environmentblueprintidentifier"
ProjectIdentifier: "my-projectidentifier"
DomainIdentifier: "my-domainidentifier"
AwsAccountId: "my-awsaccountid"
AwsAccountRegion: "value"
Name: "my-name"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateEnvironmentProfiledatazone:GetEnvironmentProfiledatazone:GetEnvironmentProfiledatazone:UpdateEnvironmentProfiledatazone:GetEnvironmentProfiledatazone:DeleteEnvironmentProfiledatazone:GetEnvironmentProfiledatazone:ListEnvironmentProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdentifierEnvironmentBlueprintIdentifierProjectIdentifier