Struct rusoto_cloudhsm::CreateHsmRequest [] [src]

pub struct CreateHsmRequest {
    pub client_token: Option<ClientToken>,
    pub eni_ip: Option<IpAddress>,
    pub external_id: Option<ExternalId>,
    pub iam_role_arn: IamRoleArn,
    pub ssh_key: SshKey,
    pub subnet_id: SubnetId,
    pub subscription_type: SubscriptionType,
    pub syslog_ip: Option<IpAddress>,
}

Contains the inputs for the CreateHsm operation.

Fields

A user-defined token to ensure idempotence. Subsequent calls to this operation with the same token will be ignored.

The IP address to assign to the HSM's ENI.

If an IP address is not specified, an IP address will be randomly chosen from the CIDR range of the subnet.

The external ID from IamRoleArn, if present.

The ARN of an IAM role to enable the AWS CloudHSM service to allocate an ENI on your behalf.

The SSH public key to install on the HSM.

The identifier of the subnet in your VPC in which to place the HSM.

The IP address for the syslog monitoring server. The AWS CloudHSM service only supports one syslog monitoring server.

Trait Implementations

impl Default for CreateHsmRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateHsmRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateHsmRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more