All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.finspace.inputs.KxEnvironmentState Maven / Gradle / Ivy

Go to download

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

The newest version!
// *** 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.finspace.inputs;

import com.pulumi.aws.finspace.inputs.KxEnvironmentCustomDnsConfigurationArgs;
import com.pulumi.aws.finspace.inputs.KxEnvironmentTransitGatewayConfigurationArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;


public final class KxEnvironmentState extends com.pulumi.resources.ResourceArgs {

    public static final KxEnvironmentState Empty = new KxEnvironmentState();

    /**
     * Amazon Resource Name (ARN) identifier of the KX environment.
     * 
     */
    @Import(name="arn")
    private @Nullable Output arn;

    /**
     * @return Amazon Resource Name (ARN) identifier of the KX environment.
     * 
     */
    public Optional> arn() {
        return Optional.ofNullable(this.arn);
    }

    /**
     * AWS Availability Zone IDs that this environment is available in. Important when selecting VPC subnets to use in cluster creation.
     * 
     */
    @Import(name="availabilityZones")
    private @Nullable Output> availabilityZones;

    /**
     * @return AWS Availability Zone IDs that this environment is available in. Important when selecting VPC subnets to use in cluster creation.
     * 
     */
    public Optional>> availabilityZones() {
        return Optional.ofNullable(this.availabilityZones);
    }

    /**
     * Timestamp at which the environment is created in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
     * 
     */
    @Import(name="createdTimestamp")
    private @Nullable Output createdTimestamp;

    /**
     * @return Timestamp at which the environment is created in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
     * 
     */
    public Optional> createdTimestamp() {
        return Optional.ofNullable(this.createdTimestamp);
    }

    /**
     * List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.
     * 
     */
    @Import(name="customDnsConfigurations")
    private @Nullable Output> customDnsConfigurations;

    /**
     * @return List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.
     * 
     */
    public Optional>> customDnsConfigurations() {
        return Optional.ofNullable(this.customDnsConfigurations);
    }

    /**
     * Description for the KX environment.
     * 
     */
    @Import(name="description")
    private @Nullable Output description;

    /**
     * @return Description for the KX environment.
     * 
     */
    public Optional> description() {
        return Optional.ofNullable(this.description);
    }

    /**
     * Unique identifier for the AWS environment infrastructure account.
     * 
     */
    @Import(name="infrastructureAccountId")
    private @Nullable Output infrastructureAccountId;

    /**
     * @return Unique identifier for the AWS environment infrastructure account.
     * 
     */
    public Optional> infrastructureAccountId() {
        return Optional.ofNullable(this.infrastructureAccountId);
    }

    /**
     * KMS key ID to encrypt your data in the FinSpace environment.
     * 
     * The following arguments are optional:
     * 
     */
    @Import(name="kmsKeyId")
    private @Nullable Output kmsKeyId;

    /**
     * @return KMS key ID to encrypt your data in the FinSpace environment.
     * 
     * The following arguments are optional:
     * 
     */
    public Optional> kmsKeyId() {
        return Optional.ofNullable(this.kmsKeyId);
    }

    /**
     * Last timestamp at which the environment was updated in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
     * 
     */
    @Import(name="lastModifiedTimestamp")
    private @Nullable Output lastModifiedTimestamp;

    /**
     * @return Last timestamp at which the environment was updated in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
     * 
     */
    public Optional> lastModifiedTimestamp() {
        return Optional.ofNullable(this.lastModifiedTimestamp);
    }

    /**
     * Name of the KX environment that you want to create.
     * 
     */
    @Import(name="name")
    private @Nullable Output name;

    /**
     * @return Name of the KX environment that you want to create.
     * 
     */
    public Optional> name() {
        return Optional.ofNullable(this.name);
    }

    /**
     * Status of environment creation
     * 
     */
    @Import(name="status")
    private @Nullable Output status;

    /**
     * @return Status of environment creation
     * 
     */
    public Optional> status() {
        return Optional.ofNullable(this.status);
    }

    /**
     * Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
     * 
     */
    @Import(name="tags")
    private @Nullable Output> tags;

    /**
     * @return Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
     * 
     */
    public Optional>> tags() {
        return Optional.ofNullable(this.tags);
    }

    /**
     * Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
     * 
     * @deprecated
     * Please use `tags` instead.
     * 
     */
    @Deprecated /* Please use `tags` instead. */
    @Import(name="tagsAll")
    private @Nullable Output> tagsAll;

    /**
     * @return Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
     * 
     * @deprecated
     * Please use `tags` instead.
     * 
     */
    @Deprecated /* Please use `tags` instead. */
    public Optional>> tagsAll() {
        return Optional.ofNullable(this.tagsAll);
    }

    /**
     * Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below.
     * 
     */
    @Import(name="transitGatewayConfiguration")
    private @Nullable Output transitGatewayConfiguration;

    /**
     * @return Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below.
     * 
     */
    public Optional> transitGatewayConfiguration() {
        return Optional.ofNullable(this.transitGatewayConfiguration);
    }

    private KxEnvironmentState() {}

    private KxEnvironmentState(KxEnvironmentState $) {
        this.arn = $.arn;
        this.availabilityZones = $.availabilityZones;
        this.createdTimestamp = $.createdTimestamp;
        this.customDnsConfigurations = $.customDnsConfigurations;
        this.description = $.description;
        this.infrastructureAccountId = $.infrastructureAccountId;
        this.kmsKeyId = $.kmsKeyId;
        this.lastModifiedTimestamp = $.lastModifiedTimestamp;
        this.name = $.name;
        this.status = $.status;
        this.tags = $.tags;
        this.tagsAll = $.tagsAll;
        this.transitGatewayConfiguration = $.transitGatewayConfiguration;
    }

    public static Builder builder() {
        return new Builder();
    }
    public static Builder builder(KxEnvironmentState defaults) {
        return new Builder(defaults);
    }

    public static final class Builder {
        private KxEnvironmentState $;

        public Builder() {
            $ = new KxEnvironmentState();
        }

        public Builder(KxEnvironmentState defaults) {
            $ = new KxEnvironmentState(Objects.requireNonNull(defaults));
        }

        /**
         * @param arn Amazon Resource Name (ARN) identifier of the KX environment.
         * 
         * @return builder
         * 
         */
        public Builder arn(@Nullable Output arn) {
            $.arn = arn;
            return this;
        }

        /**
         * @param arn Amazon Resource Name (ARN) identifier of the KX environment.
         * 
         * @return builder
         * 
         */
        public Builder arn(String arn) {
            return arn(Output.of(arn));
        }

        /**
         * @param availabilityZones AWS Availability Zone IDs that this environment is available in. Important when selecting VPC subnets to use in cluster creation.
         * 
         * @return builder
         * 
         */
        public Builder availabilityZones(@Nullable Output> availabilityZones) {
            $.availabilityZones = availabilityZones;
            return this;
        }

        /**
         * @param availabilityZones AWS Availability Zone IDs that this environment is available in. Important when selecting VPC subnets to use in cluster creation.
         * 
         * @return builder
         * 
         */
        public Builder availabilityZones(List availabilityZones) {
            return availabilityZones(Output.of(availabilityZones));
        }

        /**
         * @param availabilityZones AWS Availability Zone IDs that this environment is available in. Important when selecting VPC subnets to use in cluster creation.
         * 
         * @return builder
         * 
         */
        public Builder availabilityZones(String... availabilityZones) {
            return availabilityZones(List.of(availabilityZones));
        }

        /**
         * @param createdTimestamp Timestamp at which the environment is created in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
         * 
         * @return builder
         * 
         */
        public Builder createdTimestamp(@Nullable Output createdTimestamp) {
            $.createdTimestamp = createdTimestamp;
            return this;
        }

        /**
         * @param createdTimestamp Timestamp at which the environment is created in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
         * 
         * @return builder
         * 
         */
        public Builder createdTimestamp(String createdTimestamp) {
            return createdTimestamp(Output.of(createdTimestamp));
        }

        /**
         * @param customDnsConfigurations List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.
         * 
         * @return builder
         * 
         */
        public Builder customDnsConfigurations(@Nullable Output> customDnsConfigurations) {
            $.customDnsConfigurations = customDnsConfigurations;
            return this;
        }

        /**
         * @param customDnsConfigurations List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.
         * 
         * @return builder
         * 
         */
        public Builder customDnsConfigurations(List customDnsConfigurations) {
            return customDnsConfigurations(Output.of(customDnsConfigurations));
        }

        /**
         * @param customDnsConfigurations List of DNS server name and server IP. This is used to set up Route-53 outbound resolvers. Defined below.
         * 
         * @return builder
         * 
         */
        public Builder customDnsConfigurations(KxEnvironmentCustomDnsConfigurationArgs... customDnsConfigurations) {
            return customDnsConfigurations(List.of(customDnsConfigurations));
        }

        /**
         * @param description Description for the KX environment.
         * 
         * @return builder
         * 
         */
        public Builder description(@Nullable Output description) {
            $.description = description;
            return this;
        }

        /**
         * @param description Description for the KX environment.
         * 
         * @return builder
         * 
         */
        public Builder description(String description) {
            return description(Output.of(description));
        }

        /**
         * @param infrastructureAccountId Unique identifier for the AWS environment infrastructure account.
         * 
         * @return builder
         * 
         */
        public Builder infrastructureAccountId(@Nullable Output infrastructureAccountId) {
            $.infrastructureAccountId = infrastructureAccountId;
            return this;
        }

        /**
         * @param infrastructureAccountId Unique identifier for the AWS environment infrastructure account.
         * 
         * @return builder
         * 
         */
        public Builder infrastructureAccountId(String infrastructureAccountId) {
            return infrastructureAccountId(Output.of(infrastructureAccountId));
        }

        /**
         * @param kmsKeyId KMS key ID to encrypt your data in the FinSpace environment.
         * 
         * The following arguments are optional:
         * 
         * @return builder
         * 
         */
        public Builder kmsKeyId(@Nullable Output kmsKeyId) {
            $.kmsKeyId = kmsKeyId;
            return this;
        }

        /**
         * @param kmsKeyId KMS key ID to encrypt your data in the FinSpace environment.
         * 
         * The following arguments are optional:
         * 
         * @return builder
         * 
         */
        public Builder kmsKeyId(String kmsKeyId) {
            return kmsKeyId(Output.of(kmsKeyId));
        }

        /**
         * @param lastModifiedTimestamp Last timestamp at which the environment was updated in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
         * 
         * @return builder
         * 
         */
        public Builder lastModifiedTimestamp(@Nullable Output lastModifiedTimestamp) {
            $.lastModifiedTimestamp = lastModifiedTimestamp;
            return this;
        }

        /**
         * @param lastModifiedTimestamp Last timestamp at which the environment was updated in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
         * 
         * @return builder
         * 
         */
        public Builder lastModifiedTimestamp(String lastModifiedTimestamp) {
            return lastModifiedTimestamp(Output.of(lastModifiedTimestamp));
        }

        /**
         * @param name Name of the KX environment that you want to create.
         * 
         * @return builder
         * 
         */
        public Builder name(@Nullable Output name) {
            $.name = name;
            return this;
        }

        /**
         * @param name Name of the KX environment that you want to create.
         * 
         * @return builder
         * 
         */
        public Builder name(String name) {
            return name(Output.of(name));
        }

        /**
         * @param status Status of environment creation
         * 
         * @return builder
         * 
         */
        public Builder status(@Nullable Output status) {
            $.status = status;
            return this;
        }

        /**
         * @param status Status of environment creation
         * 
         * @return builder
         * 
         */
        public Builder status(String status) {
            return status(Output.of(status));
        }

        /**
         * @param tags Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
         * 
         * @return builder
         * 
         */
        public Builder tags(@Nullable Output> tags) {
            $.tags = tags;
            return this;
        }

        /**
         * @param tags Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
         * 
         * @return builder
         * 
         */
        public Builder tags(Map tags) {
            return tags(Output.of(tags));
        }

        /**
         * @param tagsAll Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
         * 
         * @return builder
         * 
         * @deprecated
         * Please use `tags` instead.
         * 
         */
        @Deprecated /* Please use `tags` instead. */
        public Builder tagsAll(@Nullable Output> tagsAll) {
            $.tagsAll = tagsAll;
            return this;
        }

        /**
         * @param tagsAll Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
         * 
         * @return builder
         * 
         * @deprecated
         * Please use `tags` instead.
         * 
         */
        @Deprecated /* Please use `tags` instead. */
        public Builder tagsAll(Map tagsAll) {
            return tagsAll(Output.of(tagsAll));
        }

        /**
         * @param transitGatewayConfiguration Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below.
         * 
         * @return builder
         * 
         */
        public Builder transitGatewayConfiguration(@Nullable Output transitGatewayConfiguration) {
            $.transitGatewayConfiguration = transitGatewayConfiguration;
            return this;
        }

        /**
         * @param transitGatewayConfiguration Transit gateway and network configuration that is used to connect the KX environment to an internal network. Defined below.
         * 
         * @return builder
         * 
         */
        public Builder transitGatewayConfiguration(KxEnvironmentTransitGatewayConfigurationArgs transitGatewayConfiguration) {
            return transitGatewayConfiguration(Output.of(transitGatewayConfiguration));
        }

        public KxEnvironmentState build() {
            return $;
        }
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy