Show / Hide Table of Contents

Interface CfnAccessPolicy.IAccessPolicyIdentityProperty

The identity (IAM Identity Center user, IAM Identity Center group, or IAM user) to which this access policy applies.

Namespace: Amazon.CDK.AWS.IoTSiteWise
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAccessPolicy.IAccessPolicyIdentityProperty
Syntax (vb)
Public Interface CfnAccessPolicy.IAccessPolicyIdentityProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-accesspolicy-accesspolicyidentity.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 accessPolicyIdentityProperty = new AccessPolicyIdentityProperty {
                 IamRole = new IamRoleProperty {
                     Arn = "arn"
                 },
                 IamUser = new IamUserProperty {
                     Arn = "arn"
                 },
                 User = new UserProperty {
                     Id = "id"
                 }
             };

Synopsis

Properties

IamRole

An IAM role identity.

IamUser

An IAM user identity.

User

An IAM Identity Center user identity.

Properties

IamRole

An IAM role identity.

object? IamRole { get; }
Property Value

object

Remarks

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

IamUser

An IAM user identity.

object? IamUser { get; }
Property Value

object

Remarks

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

User

An IAM Identity Center user identity.

object? User { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX