@Stability(value=Stable)
public static interface CfnTopicRule.HttpAuthorizationProperty
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.*;
HttpAuthorizationProperty httpAuthorizationProperty = HttpAuthorizationProperty.builder()
.sigv4(SigV4AuthorizationProperty.builder()
.roleArn("roleArn")
.serviceName("serviceName")
.signingRegion("signingRegion")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.HttpAuthorizationProperty.Builder
A builder for
CfnTopicRule.HttpAuthorizationProperty |
static class |
CfnTopicRule.HttpAuthorizationProperty.Jsii$Proxy
An implementation for
CfnTopicRule.HttpAuthorizationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.HttpAuthorizationProperty.Builder |
builder() |
default Object |
getSigv4()
Use Sig V4 authorization.
|
@Stability(value=Stable) @Nullable default Object getSigv4()
For more information, see Signature Version 4 Signing Process .
@Stability(value=Stable) static CfnTopicRule.HttpAuthorizationProperty.Builder builder()
Copyright © 2022. All rights reserved.