@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:32.250Z") @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.