@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.440Z") @Stability(value=Stable) public interface CfnPackageVersionProps 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.panorama.*;
CfnPackageVersionProps cfnPackageVersionProps = CfnPackageVersionProps.builder()
.packageId("packageId")
.packageVersion("packageVersion")
.patchVersion("patchVersion")
// the properties below are optional
.markLatest(false)
.ownerAccount("ownerAccount")
.updatedLatestPatchVersion("updatedLatestPatchVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPackageVersionProps.Builder
A builder for
CfnPackageVersionProps |
static class |
CfnPackageVersionProps.Jsii$Proxy
An implementation for
CfnPackageVersionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPackageVersionProps.Builder |
builder() |
default Object |
getMarkLatest()
`AWS::Panorama::PackageVersion.MarkLatest`.
|
default String |
getOwnerAccount()
`AWS::Panorama::PackageVersion.OwnerAccount`.
|
String |
getPackageId()
`AWS::Panorama::PackageVersion.PackageId`.
|
String |
getPackageVersion()
`AWS::Panorama::PackageVersion.PackageVersion`.
|
String |
getPatchVersion()
`AWS::Panorama::PackageVersion.PatchVersion`.
|
default String |
getUpdatedLatestPatchVersion()
`AWS::Panorama::PackageVersion.UpdatedLatestPatchVersion`.
|
@Stability(value=Stable) @Nullable default Object getMarkLatest()
@Stability(value=Stable) @Nullable default String getOwnerAccount()
@Stability(value=Stable) @NotNull String getPackageId()
@Stability(value=Stable) @NotNull String getPackageVersion()
@Stability(value=Stable) @NotNull String getPatchVersion()
@Stability(value=Stable) @Nullable default String getUpdatedLatestPatchVersion()
@Stability(value=Stable) static CfnPackageVersionProps.Builder builder()
CfnPackageVersionProps.Builder of CfnPackageVersionPropsCopyright © 2021. All rights reserved.