@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.993Z") @Stability(value=Stable) public interface CfnThingPrincipalAttachmentProps 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.services.iot.*;
CfnThingPrincipalAttachmentProps cfnThingPrincipalAttachmentProps = CfnThingPrincipalAttachmentProps.builder()
.principal("principal")
.thingName("thingName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnThingPrincipalAttachmentProps.Builder
A builder for
CfnThingPrincipalAttachmentProps |
static class |
CfnThingPrincipalAttachmentProps.Jsii$Proxy
An implementation for
CfnThingPrincipalAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnThingPrincipalAttachmentProps.Builder |
builder() |
String |
getPrincipal()
`AWS::IoT::ThingPrincipalAttachment.Principal`.
|
String |
getThingName()
`AWS::IoT::ThingPrincipalAttachment.ThingName`.
|
@Stability(value=Stable) @NotNull String getPrincipal()
@Stability(value=Stable) @NotNull String getThingName()
@Stability(value=Stable) static CfnThingPrincipalAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.