@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.897Z") @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()
The principal, which can be a certificate ARN (as returned from the `CreateCertificate` operation) or an Amazon Cognito ID.
|
String |
getThingName()
The name of the AWS IoT thing.
|
@Stability(value=Stable) @NotNull String getPrincipal()
@Stability(value=Stable) @NotNull String getThingName()
@Stability(value=Stable) static CfnThingPrincipalAttachmentProps.Builder builder()
Copyright © 2022. All rights reserved.