@Stability(value=Experimental)
public static interface CfnTable.ProjectionProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-projectionobject.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.ProjectionProperty.Builder
A builder for
CfnTable.ProjectionProperty |
static class |
CfnTable.ProjectionProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.ProjectionProperty.Builder |
builder() |
List<String> |
getNonKeyAttributes()
`CfnTable.ProjectionProperty.NonKeyAttributes`.
|
String |
getProjectionType()
`CfnTable.ProjectionProperty.ProjectionType`.
|
@Stability(value=Experimental) List<String> getNonKeyAttributes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-projectionobject.html#cfn-dynamodb-projectionobj-nonkeyatt@Stability(value=Experimental) String getProjectionType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-projectionobject.html#cfn-dynamodb-projectionobj-projtype@Stability(value=Experimental) static CfnTable.ProjectionProperty.Builder builder()
Copyright © 2019. All rights reserved.