1. Packages
  2. AWS Native
  3. API Docs
  4. elasticloadbalancingv2
  5. TrustStore

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.elasticloadbalancingv2.TrustStore

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore

    Create TrustStore Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TrustStore(name: string, args?: TrustStoreArgs, opts?: CustomResourceOptions);
    @overload
    def TrustStore(resource_name: str,
                   args: Optional[TrustStoreArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def TrustStore(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   ca_certificates_bundle_s3_bucket: Optional[str] = None,
                   ca_certificates_bundle_s3_key: Optional[str] = None,
                   ca_certificates_bundle_s3_object_version: Optional[str] = None,
                   name: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewTrustStore(ctx *Context, name string, args *TrustStoreArgs, opts ...ResourceOption) (*TrustStore, error)
    public TrustStore(string name, TrustStoreArgs? args = null, CustomResourceOptions? opts = null)
    public TrustStore(String name, TrustStoreArgs args)
    public TrustStore(String name, TrustStoreArgs args, CustomResourceOptions options)
    
    type: aws-native:elasticloadbalancingv2:TrustStore
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TrustStoreArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const trustStoreResource = new aws_native.elasticloadbalancingv2.TrustStore("trustStoreResource", {
        caCertificatesBundleS3Bucket: "string",
        caCertificatesBundleS3Key: "string",
        caCertificatesBundleS3ObjectVersion: "string",
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    TrustStore Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The TrustStore resource accepts the following input properties:

    CaCertificatesBundleS3Bucket string
    The name of the S3 bucket to fetch the CA certificate bundle from.
    CaCertificatesBundleS3Key string
    The name of the S3 object to fetch the CA certificate bundle from.
    CaCertificatesBundleS3ObjectVersion string
    The version of the S3 bucket that contains the CA certificate bundle.
    Name string
    The name of the trust store.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags to assign to the trust store.
    CaCertificatesBundleS3Bucket string
    The name of the S3 bucket to fetch the CA certificate bundle from.
    CaCertificatesBundleS3Key string
    The name of the S3 object to fetch the CA certificate bundle from.
    CaCertificatesBundleS3ObjectVersion string
    The version of the S3 bucket that contains the CA certificate bundle.
    Name string
    The name of the trust store.
    Tags TagArgs
    The tags to assign to the trust store.
    caCertificatesBundleS3Bucket String
    The name of the S3 bucket to fetch the CA certificate bundle from.
    caCertificatesBundleS3Key String
    The name of the S3 object to fetch the CA certificate bundle from.
    caCertificatesBundleS3ObjectVersion String
    The version of the S3 bucket that contains the CA certificate bundle.
    name String
    The name of the trust store.
    tags List<Tag>
    The tags to assign to the trust store.
    caCertificatesBundleS3Bucket string
    The name of the S3 bucket to fetch the CA certificate bundle from.
    caCertificatesBundleS3Key string
    The name of the S3 object to fetch the CA certificate bundle from.
    caCertificatesBundleS3ObjectVersion string
    The version of the S3 bucket that contains the CA certificate bundle.
    name string
    The name of the trust store.
    tags Tag[]
    The tags to assign to the trust store.
    ca_certificates_bundle_s3_bucket str
    The name of the S3 bucket to fetch the CA certificate bundle from.
    ca_certificates_bundle_s3_key str
    The name of the S3 object to fetch the CA certificate bundle from.
    ca_certificates_bundle_s3_object_version str
    The version of the S3 bucket that contains the CA certificate bundle.
    name str
    The name of the trust store.
    tags Sequence[TagArgs]
    The tags to assign to the trust store.
    caCertificatesBundleS3Bucket String
    The name of the S3 bucket to fetch the CA certificate bundle from.
    caCertificatesBundleS3Key String
    The name of the S3 object to fetch the CA certificate bundle from.
    caCertificatesBundleS3ObjectVersion String
    The version of the S3 bucket that contains the CA certificate bundle.
    name String
    The name of the trust store.
    tags List<Property Map>
    The tags to assign to the trust store.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TrustStore resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    NumberOfCaCertificates int
    The number of certificates associated with the trust store.
    Status string
    The status of the trust store, could be either of ACTIVE or CREATING.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    Id string
    The provider-assigned unique ID for this managed resource.
    NumberOfCaCertificates int
    The number of certificates associated with the trust store.
    Status string
    The status of the trust store, could be either of ACTIVE or CREATING.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    id String
    The provider-assigned unique ID for this managed resource.
    numberOfCaCertificates Integer
    The number of certificates associated with the trust store.
    status String
    The status of the trust store, could be either of ACTIVE or CREATING.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.
    id string
    The provider-assigned unique ID for this managed resource.
    numberOfCaCertificates number
    The number of certificates associated with the trust store.
    status string
    The status of the trust store, could be either of ACTIVE or CREATING.
    trustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    id str
    The provider-assigned unique ID for this managed resource.
    number_of_ca_certificates int
    The number of certificates associated with the trust store.
    status str
    The status of the trust store, could be either of ACTIVE or CREATING.
    trust_store_arn str
    The Amazon Resource Name (ARN) of the trust store.
    id String
    The provider-assigned unique ID for this managed resource.
    numberOfCaCertificates Number
    The number of certificates associated with the trust store.
    status String
    The status of the trust store, could be either of ACTIVE or CREATING.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi