Module Values.CreateLaunchConfigurationTemplateRequestSource

Creates a new Launch Configuration Template.

Sourcetype nonrec t = {
  1. postLaunchActions : PostLaunchActions.t option;
    (*

    Launch configuration template post launch actions.

    *)
  2. enableMapAutoTagging : Boolean.t option;
    (*

    Enable map auto tagging.

    *)
  3. mapAutoTaggingMpeID : TagValue.t option;
    (*

    Launch configuration template map auto tagging MPE ID.

    *)
  4. tags : TagsMap.t option;
    (*

    Request to associate tags during creation of a Launch Configuration Template.

    *)
  5. launchDisposition : LaunchDisposition.t option;
    (*

    Launch disposition.

    *)
  6. targetInstanceTypeRightSizingMethod : TargetInstanceTypeRightSizingMethod.t option;
    (*

    Target instance type right-sizing method.

    *)
  7. copyPrivateIp : Boolean.t option;
    (*

    Copy private Ip.

    *)
  8. associatePublicIpAddress : Boolean.t option;
    (*

    Associate public Ip address.

    *)
  9. copyTags : Boolean.t option;
    (*

    Copy tags.

    *)
  10. licensing : Licensing.t option;
  11. bootMode : BootMode.t option;
    (*

    Launch configuration template boot mode.

    *)
  12. smallVolumeMaxSize : PositiveInteger.t option;
    (*

    Small volume maximum size.

    *)
  13. smallVolumeConf : LaunchTemplateDiskConf.t option;
    (*

    Small volume config.

    *)
  14. largeVolumeConf : LaunchTemplateDiskConf.t option;
    (*

    Large volume config.

    *)
  15. enableParametersEncryption : Boolean.t option;
    (*

    Enable parameters encryption.

    *)
  16. parametersEncryptionKey : KmsKeyArn.t option;
    (*

    Parameters encryption key.

    *)
}
Sourceval make : ?postLaunchActions:??? -> ?enableMapAutoTagging:??? -> ?mapAutoTaggingMpeID:??? -> ?tags:??? -> ?launchDisposition:??? -> ?targetInstanceTypeRightSizingMethod:??? -> ?copyPrivateIp:??? -> ?associatePublicIpAddress:??? -> ?copyTags:??? -> ?licensing:??? -> ?bootMode:??? -> ?smallVolumeMaxSize:??? -> ?smallVolumeConf:??? -> ?largeVolumeConf:??? -> ?enableParametersEncryption:??? -> ?parametersEncryptionKey:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of PositiveInteger.t | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of TagValue.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of StrictlyPositiveInteger.t | `Map of ([> `String of SsmDocumentParameterName.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of SsmParameterStoreParameterName.t ]) list ] list | `Structure of (string * [> `String of JmesPathString.t ]) list ]) list | `String of BoundedString.t ]) list ] list | `Long of Iops.t | `String of S3LogBucketName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t