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

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.datazone.EnvironmentProfile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    AWS Datazone Environment Profile is pre-configured set of resources and blueprints that provide reusable templates for creating environments.

    Create EnvironmentProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EnvironmentProfile(name: string, args: EnvironmentProfileArgs, opts?: CustomResourceOptions);
    @overload
    def EnvironmentProfile(resource_name: str,
                           args: EnvironmentProfileArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def EnvironmentProfile(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           aws_account_id: Optional[str] = None,
                           aws_account_region: Optional[str] = None,
                           domain_identifier: Optional[str] = None,
                           environment_blueprint_identifier: Optional[str] = None,
                           project_identifier: Optional[str] = None,
                           description: Optional[str] = None,
                           name: Optional[str] = None,
                           user_parameters: Optional[Sequence[EnvironmentProfileEnvironmentParameterArgs]] = None)
    func NewEnvironmentProfile(ctx *Context, name string, args EnvironmentProfileArgs, opts ...ResourceOption) (*EnvironmentProfile, error)
    public EnvironmentProfile(string name, EnvironmentProfileArgs args, CustomResourceOptions? opts = null)
    public EnvironmentProfile(String name, EnvironmentProfileArgs args)
    public EnvironmentProfile(String name, EnvironmentProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:EnvironmentProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args EnvironmentProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args EnvironmentProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args EnvironmentProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EnvironmentProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EnvironmentProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const environmentProfileResource = new aws_native.datazone.EnvironmentProfile("environmentProfileResource", {
        awsAccountId: "string",
        awsAccountRegion: "string",
        domainIdentifier: "string",
        environmentBlueprintIdentifier: "string",
        projectIdentifier: "string",
        description: "string",
        name: "string",
        userParameters: [{
            name: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    EnvironmentProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The EnvironmentProfile resource accepts the following input properties:

    AwsAccountId string
    The AWS account in which the Amazon DataZone environment is created.
    AwsAccountRegion string
    The AWS region in which this environment profile is created.
    DomainIdentifier string
    The ID of the Amazon DataZone domain in which this environment profile is created.
    EnvironmentBlueprintIdentifier string
    The ID of the blueprint with which this environment profile is created.
    ProjectIdentifier string
    The identifier of the project in which to create the environment profile.
    Description string
    The description of this Amazon DataZone environment profile.
    Name string
    The name of this Amazon DataZone environment profile.
    UserParameters List<Pulumi.AwsNative.DataZone.Inputs.EnvironmentProfileEnvironmentParameter>
    The user parameters of this Amazon DataZone environment profile.
    AwsAccountId string
    The AWS account in which the Amazon DataZone environment is created.
    AwsAccountRegion string
    The AWS region in which this environment profile is created.
    DomainIdentifier string
    The ID of the Amazon DataZone domain in which this environment profile is created.
    EnvironmentBlueprintIdentifier string
    The ID of the blueprint with which this environment profile is created.
    ProjectIdentifier string
    The identifier of the project in which to create the environment profile.
    Description string
    The description of this Amazon DataZone environment profile.
    Name string
    The name of this Amazon DataZone environment profile.
    UserParameters []EnvironmentProfileEnvironmentParameterArgs
    The user parameters of this Amazon DataZone environment profile.
    awsAccountId String
    The AWS account in which the Amazon DataZone environment is created.
    awsAccountRegion String
    The AWS region in which this environment profile is created.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this environment profile is created.
    environmentBlueprintIdentifier String
    The ID of the blueprint with which this environment profile is created.
    projectIdentifier String
    The identifier of the project in which to create the environment profile.
    description String
    The description of this Amazon DataZone environment profile.
    name String
    The name of this Amazon DataZone environment profile.
    userParameters List<EnvironmentProfileEnvironmentParameter>
    The user parameters of this Amazon DataZone environment profile.
    awsAccountId string
    The AWS account in which the Amazon DataZone environment is created.
    awsAccountRegion string
    The AWS region in which this environment profile is created.
    domainIdentifier string
    The ID of the Amazon DataZone domain in which this environment profile is created.
    environmentBlueprintIdentifier string
    The ID of the blueprint with which this environment profile is created.
    projectIdentifier string
    The identifier of the project in which to create the environment profile.
    description string
    The description of this Amazon DataZone environment profile.
    name string
    The name of this Amazon DataZone environment profile.
    userParameters EnvironmentProfileEnvironmentParameter[]
    The user parameters of this Amazon DataZone environment profile.
    aws_account_id str
    The AWS account in which the Amazon DataZone environment is created.
    aws_account_region str
    The AWS region in which this environment profile is created.
    domain_identifier str
    The ID of the Amazon DataZone domain in which this environment profile is created.
    environment_blueprint_identifier str
    The ID of the blueprint with which this environment profile is created.
    project_identifier str
    The identifier of the project in which to create the environment profile.
    description str
    The description of this Amazon DataZone environment profile.
    name str
    The name of this Amazon DataZone environment profile.
    user_parameters Sequence[EnvironmentProfileEnvironmentParameterArgs]
    The user parameters of this Amazon DataZone environment profile.
    awsAccountId String
    The AWS account in which the Amazon DataZone environment is created.
    awsAccountRegion String
    The AWS region in which this environment profile is created.
    domainIdentifier String
    The ID of the Amazon DataZone domain in which this environment profile is created.
    environmentBlueprintIdentifier String
    The ID of the blueprint with which this environment profile is created.
    projectIdentifier String
    The identifier of the project in which to create the environment profile.
    description String
    The description of this Amazon DataZone environment profile.
    name String
    The name of this Amazon DataZone environment profile.
    userParameters List<Property Map>
    The user parameters of this Amazon DataZone environment profile.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the EnvironmentProfile resource produces the following output properties:

    AwsId string
    The ID of this Amazon DataZone environment profile.
    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 provider-assigned unique ID for this managed resource.
    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.
    AwsId string
    The ID of this Amazon DataZone environment profile.
    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 provider-assigned unique ID for this managed resource.
    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.
    awsId String
    The ID of this Amazon DataZone environment profile.
    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 provider-assigned unique ID for this managed resource.
    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.
    awsId string
    The ID of this Amazon DataZone environment profile.
    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 provider-assigned unique ID for this managed resource.
    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.
    aws_id str
    The ID of this Amazon DataZone environment profile.
    created_at str
    The timestamp of when this environment profile was created.
    created_by str
    The Amazon DataZone user who created this environment profile.
    domain_id str
    The ID of the Amazon DataZone domain in which this environment profile is created.
    environment_blueprint_id str
    The ID of the blueprint with which this environment profile is created.
    id str
    The provider-assigned unique ID for this managed resource.
    project_id str
    The identifier of the project in which to create the environment profile.
    updated_at str
    The timestamp of when this environment profile was updated.
    awsId String
    The ID of this Amazon DataZone environment profile.
    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 provider-assigned unique ID for this managed resource.
    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.

    Supporting Types

    EnvironmentProfileEnvironmentParameter, EnvironmentProfileEnvironmentParameterArgs

    Name string
    The name of an environment profile parameter.
    Value string
    The value of an environment profile parameter.
    Name string
    The name of an environment profile parameter.
    Value string
    The value of an environment profile parameter.
    name String
    The name of an environment profile parameter.
    value String
    The value of an environment profile parameter.
    name string
    The name of an environment profile parameter.
    value string
    The value of an environment profile parameter.
    name str
    The name of an environment profile parameter.
    value str
    The value of an environment profile parameter.
    name String
    The name of an environment profile parameter.
    value String
    The value of an environment profile 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.105.0 published on Thursday, May 2, 2024 by Pulumi