Interface CfnMemory.KinesisResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMemory.KinesisResourceProperty.Jsii$Proxy
- Enclosing class:
CfnMemory
@Stability(Stable)
public static interface CfnMemory.KinesisResourceProperty
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.bedrockagentcore.*;
KinesisResourceProperty kinesisResourceProperty = KinesisResourceProperty.builder()
.contentConfigurations(List.of(ContentConfigurationProperty.builder()
.type("type")
// the properties below are optional
.level("level")
.build()))
.dataStreamArn("dataStreamArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMemory.KinesisResourcePropertystatic final classAn implementation forCfnMemory.KinesisResourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnMemory.ContentConfigurationProperty>ARN format.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContentConfigurations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnMemory.ContentConfigurationProperty>- See Also:
-
getDataStreamArn
ARN format.- See Also:
-
builder
-