Interface CfnTopicRule.SigV4AuthorizationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRule.SigV4AuthorizationProperty.Jsii$Proxy
- Enclosing class:
CfnTopicRule
@Stability(Stable)
public static interface CfnTopicRule.SigV4AuthorizationProperty
extends software.amazon.jsii.JsiiSerializable
For more information, see Signature Version 4 signing process .
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRule.SigV4AuthorizationPropertystatic final classAn implementation forCfnTopicRule.SigV4AuthorizationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the signing role.The service name to use while signing with Sig V4.The signing region.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRoleArn
The ARN of the signing role.- See Also:
-
getServiceName
The service name to use while signing with Sig V4.- See Also:
-
getSigningRegion
The signing region.- See Also:
-
builder
-