Class CfnUserProfile
The user type of the user for which the user profile is created.
Inherited Members
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserProfile : CfnResource, IInspectable, IUserProfileRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnUserProfile Inherits CfnResource Implements IInspectable, IUserProfileRef, IConstruct, IDependable, IEnvironmentAware
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
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 cfnUserProfile = new CfnUserProfile(this, "MyCfnUserProfile", new CfnUserProfileProps {
DomainIdentifier = "domainIdentifier",
UserIdentifier = "userIdentifier",
// the properties below are optional
SessionName = "sessionName",
Status = "status",
UserType = "userType"
});
Synopsis
Constructors
| CfnUserProfile(Construct, string, ICfnUserProfileProps) | Create a new |
Properties
| AttrDetails | The user type of the user for which the user profile is created. |
| AttrDomainId | The identifier of a Amazon DataZone domain in which a user profile exists. |
| AttrId | The ID of the user profile. |
| AttrType | The type of the user profile. |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | The user type of the user for which the user profile is created. |
| CfnPropertyNames | The user type of the user for which the user profile is created. |
| DomainIdentifier | The identifier of a Amazon DataZone domain in which a user profile exists. |
| SessionName | The session name of the user profile. |
| Status | The status of the user profile. |
| UserIdentifier | The identifier of the user for which the user profile is created. |
| UserProfileRef | A reference to a UserProfile resource. |
| UserType | The user type of the user for which the user profile is created. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnUserProfile(object) | Checks whether the given object is a CfnUserProfile. |
| RenderProperties(IDictionary<string, object>) | The user type of the user for which the user profile is created. |
Constructors
CfnUserProfile(Construct, string, ICfnUserProfileProps)
Create a new AWS::DataZone::UserProfile.
public CfnUserProfile(Construct scope, string id, ICfnUserProfileProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnUserProfileProps
Resource properties.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
Properties
AttrDetails
The user type of the user for which the user profile is created.
public virtual IResolvable AttrDetails { get; }
Property Value
Remarks
CloudformationAttribute: Details
AttrDomainId
The identifier of a Amazon DataZone domain in which a user profile exists.
public virtual string AttrDomainId { get; }
Property Value
Remarks
CloudformationAttribute: DomainId
AttrId
The ID of the user profile.
public virtual string AttrId { get; }
Property Value
Remarks
CloudformationAttribute: Id
AttrType
The type of the user profile.
public virtual string AttrType { get; }
Property Value
Remarks
CloudformationAttribute: Type
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
CfnProperties
The user type of the user for which the user profile is created.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
CfnPropertyNames
The user type of the user for which the user profile is created.
protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
DomainIdentifier
The identifier of a Amazon DataZone domain in which a user profile exists.
public virtual string DomainIdentifier { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
SessionName
The session name of the user profile.
public virtual string? SessionName { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
Status
The status of the user profile.
public virtual string? Status { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
UserIdentifier
The identifier of the user for which the user profile is created.
public virtual string UserIdentifier { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
UserProfileRef
A reference to a UserProfile resource.
public virtual IUserProfileReference UserProfileRef { get; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
UserType
The user type of the user for which the user profile is created.
public virtual string? UserType { get; set; }
Property Value
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
IsCfnUserProfile(object)
Checks whether the given object is a CfnUserProfile.
public static bool IsCfnUserProfile(object x)
Parameters
- x object
Returns
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
The user type of the user for which the user profile is created.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
CloudformationResource: AWS::DataZone::UserProfile
ExampleMetadata: fixture=_generated