Interface CfnWorkspaceInstancePropsMixin.IamInstanceProfileSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspaceInstancePropsMixin.IamInstanceProfileSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspaceInstancePropsMixin
@Stability(Stable)
public static interface CfnWorkspaceInstancePropsMixin.IamInstanceProfileSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances.*;
IamInstanceProfileSpecificationProperty iamInstanceProfileSpecificationProperty = IamInstanceProfileSpecificationProperty.builder()
.arn("arn")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnWorkspaceInstancePropsMixin.IamInstanceProfileSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
- See Also:
-
getName
- See Also:
-
builder
@Stability(Stable) static CfnWorkspaceInstancePropsMixin.IamInstanceProfileSpecificationProperty.Builder builder()
-