1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. datazone
  5. ProjectProfile

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.datazone.ProjectProfile

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Definition of AWS::DataZone::ProjectProfile Resource Type

    Create ProjectProfile Resource

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

    Constructor syntax

    new ProjectProfile(name: string, args?: ProjectProfileArgs, opts?: CustomResourceOptions);
    @overload
    def ProjectProfile(resource_name: str,
                       args: Optional[ProjectProfileArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ProjectProfile(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       description: Optional[str] = None,
                       domain_identifier: Optional[str] = None,
                       domain_unit_identifier: Optional[str] = None,
                       name: Optional[str] = None,
                       status: Optional[ProjectProfileStatus] = None)
    func NewProjectProfile(ctx *Context, name string, args *ProjectProfileArgs, opts ...ResourceOption) (*ProjectProfile, error)
    public ProjectProfile(string name, ProjectProfileArgs? args = null, CustomResourceOptions? opts = null)
    public ProjectProfile(String name, ProjectProfileArgs args)
    public ProjectProfile(String name, ProjectProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:datazone:ProjectProfile
    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 ProjectProfileArgs
    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 ProjectProfileArgs
    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 ProjectProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProjectProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProjectProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ProjectProfile Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ProjectProfile resource accepts the following input properties:

    Description string
    The description of the project profile.
    DomainIdentifier string
    DomainUnitIdentifier string
    Name string
    The name of a project profile.
    Status Pulumi.AwsNative.DataZone.ProjectProfileStatus
    The status of a project profile.
    Description string
    The description of the project profile.
    DomainIdentifier string
    DomainUnitIdentifier string
    Name string
    The name of a project profile.
    Status ProjectProfileStatus
    The status of a project profile.
    description String
    The description of the project profile.
    domainIdentifier String
    domainUnitIdentifier String
    name String
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    description string
    The description of the project profile.
    domainIdentifier string
    domainUnitIdentifier string
    name string
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    description str
    The description of the project profile.
    domain_identifier str
    domain_unit_identifier str
    name str
    The name of a project profile.
    status ProjectProfileStatus
    The status of a project profile.
    description String
    The description of the project profile.
    domainIdentifier String
    domainUnitIdentifier String
    name String
    The name of a project profile.
    status "ENABLED" | "DISABLED"
    The status of a project profile.

    Outputs

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

    AwsId string
    The ID of the project profile.
    CreatedAt string
    The timestamp of when the project profile was created.
    CreatedBy string
    The user who created the project profile.
    DomainId string
    The domain ID of the project profile.
    DomainUnitId string
    The domain unit ID of the project profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    LastUpdatedAt string
    The timestamp at which a project profile was last updated.
    AwsId string
    The ID of the project profile.
    CreatedAt string
    The timestamp of when the project profile was created.
    CreatedBy string
    The user who created the project profile.
    DomainId string
    The domain ID of the project profile.
    DomainUnitId string
    The domain unit ID of the project profile.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    LastUpdatedAt string
    The timestamp at which a project profile was last updated.
    awsId String
    The ID of the project profile.
    createdAt String
    The timestamp of when the project profile was created.
    createdBy String
    The user who created the project profile.
    domainId String
    The domain ID of the project profile.
    domainUnitId String
    The domain unit ID of the project profile.
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    lastUpdatedAt String
    The timestamp at which a project profile was last updated.
    awsId string
    The ID of the project profile.
    createdAt string
    The timestamp of when the project profile was created.
    createdBy string
    The user who created the project profile.
    domainId string
    The domain ID of the project profile.
    domainUnitId string
    The domain unit ID of the project profile.
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    lastUpdatedAt string
    The timestamp at which a project profile was last updated.
    aws_id str
    The ID of the project profile.
    created_at str
    The timestamp of when the project profile was created.
    created_by str
    The user who created the project profile.
    domain_id str
    The domain ID of the project profile.
    domain_unit_id str
    The domain unit ID of the project profile.
    id str
    The provider-assigned unique ID for this managed resource.
    identifier str
    last_updated_at str
    The timestamp at which a project profile was last updated.
    awsId String
    The ID of the project profile.
    createdAt String
    The timestamp of when the project profile was created.
    createdBy String
    The user who created the project profile.
    domainId String
    The domain ID of the project profile.
    domainUnitId String
    The domain unit ID of the project profile.
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    lastUpdatedAt String
    The timestamp at which a project profile was last updated.

    Supporting Types

    ProjectProfileStatus, ProjectProfileStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    ProjectProfileStatusEnabled
    ENABLED
    ProjectProfileStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi