Show / Hide Table of Contents

Class CfnAccessPolicyPropsMixin.UserProperty

Contains information for a user identity in an access policy.

Inheritance
object
CfnAccessPolicyPropsMixin.UserProperty
Implements
CfnAccessPolicyPropsMixin.IUserProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTSiteWise
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAccessPolicyPropsMixin.UserProperty : CfnAccessPolicyPropsMixin.IUserProperty
Syntax (vb)
Public Class CfnAccessPolicyPropsMixin.UserProperty Implements CfnAccessPolicyPropsMixin.IUserProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-user.html

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.CfnPropertyMixins.AWS.IoTSiteWise;

             var userProperty = new UserProperty {
                 Id = "id"
             };

Synopsis

Constructors

UserProperty()

Contains information for a user identity in an access policy.

Properties

Id

The IAM Identity Center ID of the user.

Constructors

UserProperty()

Contains information for a user identity in an access policy.

public UserProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-user.html

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.CfnPropertyMixins.AWS.IoTSiteWise;

             var userProperty = new UserProperty {
                 Id = "id"
             };

Properties

Id

The IAM Identity Center ID of the user.

public string? Id { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-user.html#cfn-iotsitewise-accesspolicy-user-id

Implements

CfnAccessPolicyPropsMixin.IUserProperty
Back to top Generated by DocFX