Show / Hide Table of Contents

Interface ICommonActionProps

(experimental) Common properties shared by Actions it access to AWS service.

Namespace: Amazon.CDK.AWS.IoT.Actions
Assembly: Amazon.CDK.AWS.IoT.Actions.dll
Syntax (csharp)
public interface ICommonActionProps
Syntax (vb)
Public Interface ICommonActionProps
Remarks

Stability: Experimental

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.IAM;
using Amazon.CDK.AWS.IoT.Actions;

Role role;

var commonActionProps = new CommonActionProps {
    Role = role
};

Synopsis

Properties

Role

(experimental) The IAM role that allows access to AWS service.

Properties

Role

(experimental) The IAM role that allows access to AWS service.

virtual IRole Role { get; }
Property Value

IRole

Remarks

Default: a new role will be created

Stability: Experimental

Back to top Generated by DocFX