1. Packages
  2. AWS Native
  3. API Docs
  4. datazone
  5. getEnvironmentBlueprintConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.datazone.getEnvironmentBlueprintConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::DataZone::EnvironmentBlueprintConfiguration Resource Type

    Using getEnvironmentBlueprintConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEnvironmentBlueprintConfiguration(args: GetEnvironmentBlueprintConfigurationArgs, opts?: InvokeOptions): Promise<GetEnvironmentBlueprintConfigurationResult>
    function getEnvironmentBlueprintConfigurationOutput(args: GetEnvironmentBlueprintConfigurationOutputArgs, opts?: InvokeOptions): Output<GetEnvironmentBlueprintConfigurationResult>
    def get_environment_blueprint_configuration(domain_id: Optional[str] = None,
                                                environment_blueprint_id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetEnvironmentBlueprintConfigurationResult
    def get_environment_blueprint_configuration_output(domain_id: Optional[pulumi.Input[str]] = None,
                                                environment_blueprint_id: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetEnvironmentBlueprintConfigurationResult]
    func LookupEnvironmentBlueprintConfiguration(ctx *Context, args *LookupEnvironmentBlueprintConfigurationArgs, opts ...InvokeOption) (*LookupEnvironmentBlueprintConfigurationResult, error)
    func LookupEnvironmentBlueprintConfigurationOutput(ctx *Context, args *LookupEnvironmentBlueprintConfigurationOutputArgs, opts ...InvokeOption) LookupEnvironmentBlueprintConfigurationResultOutput

    > Note: This function is named LookupEnvironmentBlueprintConfiguration in the Go SDK.

    public static class GetEnvironmentBlueprintConfiguration 
    {
        public static Task<GetEnvironmentBlueprintConfigurationResult> InvokeAsync(GetEnvironmentBlueprintConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetEnvironmentBlueprintConfigurationResult> Invoke(GetEnvironmentBlueprintConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEnvironmentBlueprintConfigurationResult> getEnvironmentBlueprintConfiguration(GetEnvironmentBlueprintConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:datazone:getEnvironmentBlueprintConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DomainId string
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    EnvironmentBlueprintId string
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    DomainId string
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    EnvironmentBlueprintId string
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    domainId String
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    environmentBlueprintId String
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    domainId string
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    environmentBlueprintId string
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    domain_id str
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    environment_blueprint_id str
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    domainId String
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    environmentBlueprintId String
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.

    getEnvironmentBlueprintConfiguration Result

    The following output properties are available:

    CreatedAt string
    The timestamp of when an environment blueprint was created.
    DomainId string
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    EnabledRegions List<string>
    The enabled AWS Regions specified in a blueprint configuration.
    EnvironmentBlueprintId string
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    ManageAccessRoleArn string
    The ARN of the manage access role.
    ProvisioningRoleArn string
    The ARN of the provisioning role.
    RegionalParameters List<Pulumi.AwsNative.DataZone.Outputs.EnvironmentBlueprintConfigurationRegionalParameter>
    The regional parameters of the environment blueprint.
    UpdatedAt string
    The timestamp of when the environment blueprint was updated.
    CreatedAt string
    The timestamp of when an environment blueprint was created.
    DomainId string
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    EnabledRegions []string
    The enabled AWS Regions specified in a blueprint configuration.
    EnvironmentBlueprintId string
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    ManageAccessRoleArn string
    The ARN of the manage access role.
    ProvisioningRoleArn string
    The ARN of the provisioning role.
    RegionalParameters []EnvironmentBlueprintConfigurationRegionalParameter
    The regional parameters of the environment blueprint.
    UpdatedAt string
    The timestamp of when the environment blueprint was updated.
    createdAt String
    The timestamp of when an environment blueprint was created.
    domainId String
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    enabledRegions List<String>
    The enabled AWS Regions specified in a blueprint configuration.
    environmentBlueprintId String
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    manageAccessRoleArn String
    The ARN of the manage access role.
    provisioningRoleArn String
    The ARN of the provisioning role.
    regionalParameters List<EnvironmentBlueprintConfigurationRegionalParameter>
    The regional parameters of the environment blueprint.
    updatedAt String
    The timestamp of when the environment blueprint was updated.
    createdAt string
    The timestamp of when an environment blueprint was created.
    domainId string
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    enabledRegions string[]
    The enabled AWS Regions specified in a blueprint configuration.
    environmentBlueprintId string
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    manageAccessRoleArn string
    The ARN of the manage access role.
    provisioningRoleArn string
    The ARN of the provisioning role.
    regionalParameters EnvironmentBlueprintConfigurationRegionalParameter[]
    The regional parameters of the environment blueprint.
    updatedAt string
    The timestamp of when the environment blueprint was updated.
    created_at str
    The timestamp of when an environment blueprint was created.
    domain_id str
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    enabled_regions Sequence[str]
    The enabled AWS Regions specified in a blueprint configuration.
    environment_blueprint_id str
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    manage_access_role_arn str
    The ARN of the manage access role.
    provisioning_role_arn str
    The ARN of the provisioning role.
    regional_parameters Sequence[EnvironmentBlueprintConfigurationRegionalParameter]
    The regional parameters of the environment blueprint.
    updated_at str
    The timestamp of when the environment blueprint was updated.
    createdAt String
    The timestamp of when an environment blueprint was created.
    domainId String
    The identifier of the Amazon DataZone domain in which an environment blueprint exists.
    enabledRegions List<String>
    The enabled AWS Regions specified in a blueprint configuration.
    environmentBlueprintId String
    The identifier of the environment blueprint. This identifier should be used when creating environment profiles.
    manageAccessRoleArn String
    The ARN of the manage access role.
    provisioningRoleArn String
    The ARN of the provisioning role.
    regionalParameters List<Property Map>
    The regional parameters of the environment blueprint.
    updatedAt String
    The timestamp of when the environment blueprint was updated.

    Supporting Types

    EnvironmentBlueprintConfigurationRegionalParameter

    Parameters Dictionary<string, string>
    A string to string map containing parameters for the region.
    Region string
    The region specified in the environment parameter.
    Parameters map[string]string
    A string to string map containing parameters for the region.
    Region string
    The region specified in the environment parameter.
    parameters Map<String,String>
    A string to string map containing parameters for the region.
    region String
    The region specified in the environment parameter.
    parameters {[key: string]: string}
    A string to string map containing parameters for the region.
    region string
    The region specified in the environment parameter.
    parameters Mapping[str, str]
    A string to string map containing parameters for the region.
    region str
    The region specified in the environment parameter.
    parameters Map<String>
    A string to string map containing parameters for the region.
    region String
    The region specified in the environment parameter.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi