We recommend new projects start with resources from the AWS provider.
aws-native.datazone.ProjectProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
- Domain
Identifier string - Domain
Unit stringIdentifier - Name string
- The name of a project profile.
- Status
Pulumi.
Aws Native. Data Zone. Project Profile Status - The status of a project profile.
- Description string
- The description of the project profile.
- Domain
Identifier string - Domain
Unit stringIdentifier - Name string
- The name of a project profile.
- Status
Project
Profile Status - The status of a project profile.
- description String
- The description of the project profile.
- domain
Identifier String - domain
Unit StringIdentifier - name String
- The name of a project profile.
- status
Project
Profile Status - The status of a project profile.
- description string
- The description of the project profile.
- domain
Identifier string - domain
Unit stringIdentifier - name string
- The name of a project profile.
- status
Project
Profile Status - The status of a project profile.
- description str
- The description of the project profile.
- domain_
identifier str - domain_
unit_ stridentifier - name str
- The name of a project profile.
- status
Project
Profile Status - The status of a project profile.
- description String
- The description of the project profile.
- domain
Identifier String - domain
Unit StringIdentifier - 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:
- Aws
Id string - The ID of the project profile.
- Created
At string - The timestamp of when the project profile was created.
- Created
By string - The user who created the project profile.
- Domain
Id string - The domain ID of the project profile.
- Domain
Unit stringId - The domain unit ID of the project profile.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Last
Updated stringAt - The timestamp at which a project profile was last updated.
- Aws
Id string - The ID of the project profile.
- Created
At string - The timestamp of when the project profile was created.
- Created
By string - The user who created the project profile.
- Domain
Id string - The domain ID of the project profile.
- Domain
Unit stringId - The domain unit ID of the project profile.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Last
Updated stringAt - The timestamp at which a project profile was last updated.
- aws
Id String - The ID of the project profile.
- created
At String - The timestamp of when the project profile was created.
- created
By String - The user who created the project profile.
- domain
Id String - The domain ID of the project profile.
- domain
Unit StringId - The domain unit ID of the project profile.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- last
Updated StringAt - The timestamp at which a project profile was last updated.
- aws
Id string - The ID of the project profile.
- created
At string - The timestamp of when the project profile was created.
- created
By string - The user who created the project profile.
- domain
Id string - The domain ID of the project profile.
- domain
Unit stringId - The domain unit ID of the project profile.
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- last
Updated stringAt - 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_ strid - The domain unit ID of the project profile.
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- last_
updated_ strat - The timestamp at which a project profile was last updated.
- aws
Id String - The ID of the project profile.
- created
At String - The timestamp of when the project profile was created.
- created
By String - The user who created the project profile.
- domain
Id String - The domain ID of the project profile.
- domain
Unit StringId - The domain unit ID of the project profile.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- last
Updated StringAt - The timestamp at which a project profile was last updated.
Supporting Types
ProjectProfileStatus, ProjectProfileStatusArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Project
Profile Status Enabled - ENABLED
- Project
Profile Status Disabled - 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
We recommend new projects start with resources from the AWS provider.