
com.pulumi.aws.storagegateway.CachesIscsiVolumeArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.storagegateway;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class CachesIscsiVolumeArgs extends com.pulumi.resources.ResourceArgs {
public static final CachesIscsiVolumeArgs Empty = new CachesIscsiVolumeArgs();
/**
* The Amazon Resource Name (ARN) of the gateway.
*
*/
@Import(name="gatewayArn", required=true)
private Output gatewayArn;
/**
* @return The Amazon Resource Name (ARN) of the gateway.
*
*/
public Output gatewayArn() {
return this.gatewayArn;
}
/**
* Set to `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3.
*
*/
@Import(name="kmsEncrypted")
private @Nullable Output kmsEncrypted;
/**
* @return Set to `true` to use Amazon S3 server side encryption with your own AWS KMS key, or `false` to use a key managed by Amazon S3.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy