Interface InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1.Jsii$Proxy
Enclosing class:
InstanceEvents.AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1 extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for LaunchTemplate_1.

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();
 
  • Method Details

    • getCreatedBy

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCreateTime

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getDefaultVersionNumber

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLatestVersionNumber

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLaunchTemplateId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLaunchTemplateName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1.Builder builder()
      Returns:
      a InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1.Builder of InstanceEvents.AWSAPICallViaCloudTrail.LaunchTemplate1