@Stability(value=Stable)
public static interface CfnTopicRule.SigV4AuthorizationProperty
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.*;
SigV4AuthorizationProperty sigV4AuthorizationProperty = SigV4AuthorizationProperty.builder()
.roleArn("roleArn")
.serviceName("serviceName")
.signingRegion("signingRegion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.SigV4AuthorizationProperty.Builder
A builder for
CfnTopicRule.SigV4AuthorizationProperty |
static class |
CfnTopicRule.SigV4AuthorizationProperty.Jsii$Proxy
An implementation for
CfnTopicRule.SigV4AuthorizationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.SigV4AuthorizationProperty.Builder |
builder() |
String |
getRoleArn()
The ARN of the signing role.
|
String |
getServiceName()
The service name to use while signing with Sig V4.
|
String |
getSigningRegion()
The signing region.
|
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getServiceName()
@Stability(value=Stable) @NotNull String getSigningRegion()
@Stability(value=Stable) static CfnTopicRule.SigV4AuthorizationProperty.Builder builder()
Copyright © 2022. All rights reserved.