Interface CfnTopicRulePropsMixin.SigV4AuthorizationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRulePropsMixin.SigV4AuthorizationProperty.Jsii$Proxy
- Enclosing class:
CfnTopicRulePropsMixin
@Stability(Stable)
public static interface CfnTopicRulePropsMixin.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.cfnpropertymixins.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 forCfnTopicRulePropsMixin.SigV4AuthorizationPropertystatic final classAn implementation forCfnTopicRulePropsMixin.SigV4AuthorizationProperty -
Method Summary
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
-