@Stability(value=Stable)
public static interface CfnApplication.ContentProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.m2.*;
ContentProperty contentProperty = ContentProperty.builder()
.s3Location("s3Location")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.ContentProperty.Builder
A builder for
CfnApplication.ContentProperty |
static class |
CfnApplication.ContentProperty.Jsii$Proxy
An implementation for
CfnApplication.ContentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.ContentProperty.Builder |
builder() |
String |
getS3Location()
`CfnApplication.ContentProperty.S3Location`.
|
@Stability(value=Stable) @NotNull String getS3Location()
@Stability(value=Stable) static CfnApplication.ContentProperty.Builder builder()
Copyright © 2022. All rights reserved.