Interface CfnMemory.InvocationConfigurationInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemory.InvocationConfigurationInputProperty.Jsii$Proxy
- Enclosing class:
CfnMemory
@Stability(Stable)
public static interface CfnMemory.InvocationConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
The memory invocation configuration input.
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.bedrockagentcore.*;
InvocationConfigurationInputProperty invocationConfigurationInputProperty = InvocationConfigurationInputProperty.builder()
.payloadDeliveryBucketName("payloadDeliveryBucketName")
.topicArn("topicArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMemory.InvocationConfigurationInputPropertystatic final classAn implementation forCfnMemory.InvocationConfigurationInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPayloadDeliveryBucketName
The message invocation configuration information for the bucket name.- See Also:
-
getTopicArn
The memory trigger condition topic Amazon Resource Name (ARN).- See Also:
-
builder
-