Interface ICfnEnvironmentBlueprintConfigurationProps
Properties for defining a CfnEnvironmentBlueprintConfiguration
.
Namespace: Amazon.CDK.AwsDatazone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnEnvironmentBlueprintConfigurationProps
Syntax (vb)
Public Interface ICfnEnvironmentBlueprintConfigurationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_datazone;
var cfnEnvironmentBlueprintConfigurationProps = new CfnEnvironmentBlueprintConfigurationProps {
DomainIdentifier = "domainIdentifier",
EnabledRegions = new [] { "enabledRegions" },
EnvironmentBlueprintIdentifier = "environmentBlueprintIdentifier",
// the properties below are optional
ManageAccessRoleArn = "manageAccessRoleArn",
ProvisioningRoleArn = "provisioningRoleArn",
RegionalParameters = new [] { new RegionalParameterProperty {
Parameters = new Dictionary<string, string> {
{ "parametersKey", "parameters" }
},
Region = "region"
} }
};
Synopsis
Properties
DomainIdentifier | The identifier of the Amazon DataZone domain in which an environment blueprint exists. |
EnabledRegions | The enabled AWS Regions specified in a blueprint configuration. |
EnvironmentBlueprintIdentifier | The identifier of the environment blueprint. |
ManageAccessRoleArn | The ARN of the manage access role. |
ProvisioningRoleArn | The ARN of the provisioning role. |
RegionalParameters | The regional parameters of the environment blueprint. |
Properties
DomainIdentifier
The identifier of the Amazon DataZone domain in which an environment blueprint exists.
string DomainIdentifier { get; }
Property Value
System.String
Remarks
EnabledRegions
The enabled AWS Regions specified in a blueprint configuration.
string[] EnabledRegions { get; }
Property Value
System.String[]
Remarks
EnvironmentBlueprintIdentifier
The identifier of the environment blueprint.
string EnvironmentBlueprintIdentifier { get; }
Property Value
System.String
Remarks
In the current release, only the following values are supported: DefaultDataLake
and DefaultDataWarehouse
.
ManageAccessRoleArn
The ARN of the manage access role.
virtual string ManageAccessRoleArn { get; }
Property Value
System.String
Remarks
ProvisioningRoleArn
The ARN of the provisioning role.
virtual string ProvisioningRoleArn { get; }
Property Value
System.String
Remarks
RegionalParameters
The regional parameters of the environment blueprint.
virtual object RegionalParameters { get; }
Property Value
System.Object