Interface InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1.Jsii$Proxy
- Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.ec2.events.*;
LaunchTemplate1 launchTemplate1 = LaunchTemplate1.builder()
.createdBy(List.of("createdBy"))
.createTime(List.of("createTime"))
.defaultVersionNumber(List.of("defaultVersionNumber"))
.latestVersionNumber(List.of("latestVersionNumber"))
.launchTemplateId(List.of("launchTemplateId"))
.launchTemplateName(List.of("launchTemplateName"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forInstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1static final classAn implementation forInstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) createdBy property.(experimental) createTime property.(experimental) defaultVersionNumber property.(experimental) latestVersionNumber property.(experimental) launchTemplateId property.(experimental) launchTemplateName property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCreatedBy
(experimental) createdBy property.Specify an array of string values to match this event if the actual value of createdBy is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCreateTime
(experimental) createTime property.Specify an array of string values to match this event if the actual value of createTime is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDefaultVersionNumber
(experimental) defaultVersionNumber property.Specify an array of string values to match this event if the actual value of defaultVersionNumber is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLatestVersionNumber
(experimental) latestVersionNumber property.Specify an array of string values to match this event if the actual value of latestVersionNumber is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLaunchTemplateId
(experimental) launchTemplateId property.Specify an array of string values to match this event if the actual value of launchTemplateId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLaunchTemplateName
(experimental) launchTemplateName property.Specify an array of string values to match this event if the actual value of launchTemplateName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1.Builder builder()
-