Interface CfnInstanceSnapshotMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInstanceSnapshotMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:01.126Z")
@Stability(Stable)
public interface CfnInstanceSnapshotMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnInstanceSnapshotPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lightsail.*;
CfnInstanceSnapshotMixinProps cfnInstanceSnapshotMixinProps = CfnInstanceSnapshotMixinProps.builder()
.instanceName("instanceName")
.instanceSnapshotName("instanceSnapshotName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInstanceSnapshotMixinPropsstatic final classAn implementation forCfnInstanceSnapshotMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceName
The name the user gave the instance (Amazon_Linux_2023-1).- See Also:
-
getInstanceSnapshotName
The name of the snapshot.- See Also:
-
getTags
The tag keys and optional values for the resource.For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide .
- See Also:
-
builder
-