Show / Hide Table of Contents

Interface CfnAccessPolicy.IUserProperty

Contains information for a user identity in an access policy.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAccessPolicy.IUserProperty
Syntax (vb)
Public Interface CfnAccessPolicy.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.AWS.IoTSiteWise;

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

Synopsis

Properties

Id

The IAM Identity Center ID of the user.

Properties

Id

The IAM Identity Center ID of the user.

string? Id { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX