Package com.pulumi.aws.lb
Class TrustStore
- java.lang.Object
-
- com.pulumi.resources.Resource
-
- com.pulumi.resources.CustomResource
-
- com.pulumi.aws.lb.TrustStore
-
public class TrustStore extends com.pulumi.resources.CustomResource
Provides a ELBv2 Trust Store for use with Application Load Balancer Listener resources. ## Example Usage ## Import Using `pulumi import`, import Target Groups using their ARN. For example: ```sh $ pulumi import aws:lb/trustStore:TrustStore example arn:aws:elasticloadbalancing:us-west-2:187416307283:truststore/my-trust-store/20cfe21448b66314 ```
-
-
Constructor Summary
Constructors Constructor Description TrustStore(java.lang.String name)
TrustStore(java.lang.String name, TrustStoreArgs args)
TrustStore(java.lang.String name, TrustStoreArgs args, com.pulumi.resources.CustomResourceOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.pulumi.core.Output<java.lang.String>
arn()
com.pulumi.core.Output<java.lang.String>
arnSuffix()
com.pulumi.core.Output<java.lang.String>
caCertificatesBundleS3Bucket()
com.pulumi.core.Output<java.lang.String>
caCertificatesBundleS3Key()
com.pulumi.core.Output<java.util.Optional<java.lang.String>>
caCertificatesBundleS3ObjectVersion()
static TrustStore
get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, TrustStoreState state, com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.com.pulumi.core.Output<java.lang.String>
name()
com.pulumi.core.Output<java.lang.String>
namePrefix()
com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>
tagsAll()
-
-
-
Constructor Detail
-
TrustStore
public TrustStore(java.lang.String name)
- Parameters:
name
- The _unique_ name of the resulting resource.
-
TrustStore
public TrustStore(java.lang.String name, TrustStoreArgs args)
- Parameters:
name
- The _unique_ name of the resulting resource.args
- The arguments to use to populate this resource's properties.
-
TrustStore
public TrustStore(java.lang.String name, TrustStoreArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options)
- Parameters:
name
- The _unique_ name of the resulting resource.args
- The arguments to use to populate this resource's properties.options
- A bag of options that control this resource's behavior.
-
-
Method Detail
-
arn
public com.pulumi.core.Output<java.lang.String> arn()
- Returns:
- ARN of the Trust Store (matches `id`).
-
arnSuffix
public com.pulumi.core.Output<java.lang.String> arnSuffix()
- Returns:
- ARN suffix for use with CloudWatch Metrics.
-
caCertificatesBundleS3Bucket
public com.pulumi.core.Output<java.lang.String> caCertificatesBundleS3Bucket()
- Returns:
- S3 Bucket name holding the client certificate CA bundle.
-
caCertificatesBundleS3Key
public com.pulumi.core.Output<java.lang.String> caCertificatesBundleS3Key()
- Returns:
- S3 object key holding the client certificate CA bundle.
-
caCertificatesBundleS3ObjectVersion
public com.pulumi.core.Output<java.util.Optional<java.lang.String>> caCertificatesBundleS3ObjectVersion()
- Returns:
- Version Id of CA bundle S3 bucket object, if versioned, defaults to latest if omitted.
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- Name of the Trust Store. If omitted, the provider will assign a random, unique name. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
-
namePrefix
public com.pulumi.core.Output<java.lang.String> namePrefix()
- Returns:
- Creates a unique name beginning with the specified prefix. Conflicts with `name`. Cannot be longer than 6 characters.
-
tags
public com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
tagsAll
public com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll()
- Returns:
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
-
get
public static TrustStore get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, @Nullable TrustStoreState state, @Nullable com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.- Parameters:
name
- The _unique_ name of the resulting resource.id
- The _unique_ provider ID of the resource to lookup.state
-options
- Optional settings to control the behavior of the CustomResource.
-
-