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

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.TrustStoreRevocation

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::TrustStoreRevocation

    Create TrustStoreRevocation Resource

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

    Constructor syntax

    new TrustStoreRevocation(name: string, args?: TrustStoreRevocationArgs, opts?: CustomResourceOptions);
    @overload
    def TrustStoreRevocation(resource_name: str,
                             args: Optional[TrustStoreRevocationArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def TrustStoreRevocation(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             revocation_contents: Optional[Sequence[TrustStoreRevocationRevocationContentArgs]] = None,
                             trust_store_arn: Optional[str] = None)
    func NewTrustStoreRevocation(ctx *Context, name string, args *TrustStoreRevocationArgs, opts ...ResourceOption) (*TrustStoreRevocation, error)
    public TrustStoreRevocation(string name, TrustStoreRevocationArgs? args = null, CustomResourceOptions? opts = null)
    public TrustStoreRevocation(String name, TrustStoreRevocationArgs args)
    public TrustStoreRevocation(String name, TrustStoreRevocationArgs args, CustomResourceOptions options)
    
    type: aws-native:elasticloadbalancingv2:TrustStoreRevocation
    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 TrustStoreRevocationArgs
    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 TrustStoreRevocationArgs
    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 TrustStoreRevocationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TrustStoreRevocationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TrustStoreRevocationArgs
    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 trustStoreRevocationResource = new aws_native.elasticloadbalancingv2.TrustStoreRevocation("trustStoreRevocationResource", {
        revocationContents: [{
            revocationType: "string",
            s3Bucket: "string",
            s3Key: "string",
            s3ObjectVersion: "string",
        }],
        trustStoreArn: "string",
    });
    
    Coming soon!
    

    TrustStoreRevocation 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 TrustStoreRevocation resource accepts the following input properties:

    RevocationContents List<Pulumi.AwsNative.ElasticLoadBalancingV2.Inputs.TrustStoreRevocationRevocationContent>
    The attributes required to create a trust store revocation.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    RevocationContents []TrustStoreRevocationRevocationContentArgs
    The attributes required to create a trust store revocation.
    TrustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    revocationContents List<TrustStoreRevocationRevocationContent>
    The attributes required to create a trust store revocation.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.
    revocationContents TrustStoreRevocationRevocationContent[]
    The attributes required to create a trust store revocation.
    trustStoreArn string
    The Amazon Resource Name (ARN) of the trust store.
    revocation_contents Sequence[TrustStoreRevocationRevocationContentArgs]
    The attributes required to create a trust store revocation.
    trust_store_arn str
    The Amazon Resource Name (ARN) of the trust store.
    revocationContents List<Property Map>
    The attributes required to create a trust store revocation.
    trustStoreArn String
    The Amazon Resource Name (ARN) of the trust store.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    RevocationId int
    The ID associated with the revocation.
    TrustStoreRevocations List<Pulumi.AwsNative.ElasticLoadBalancingV2.Outputs.TrustStoreRevocation>
    The data associated with a trust store revocation
    Id string
    The provider-assigned unique ID for this managed resource.
    RevocationId int
    The ID associated with the revocation.
    TrustStoreRevocations []TrustStoreRevocationType
    The data associated with a trust store revocation
    id String
    The provider-assigned unique ID for this managed resource.
    revocationId Integer
    The ID associated with the revocation.
    trustStoreRevocations List<TrustStoreRevocation>
    The data associated with a trust store revocation
    id string
    The provider-assigned unique ID for this managed resource.
    revocationId number
    The ID associated with the revocation.
    trustStoreRevocations TrustStoreRevocation[]
    The data associated with a trust store revocation
    id str
    The provider-assigned unique ID for this managed resource.
    revocation_id int
    The ID associated with the revocation.
    trust_store_revocations Sequence[TrustStoreRevocation]
    The data associated with a trust store revocation
    id String
    The provider-assigned unique ID for this managed resource.
    revocationId Number
    The ID associated with the revocation.
    trustStoreRevocations List<Property Map>
    The data associated with a trust store revocation

    Supporting Types

    TrustStoreRevocation, TrustStoreRevocationArgs

    TrustStoreRevocationRevocationContent, TrustStoreRevocationRevocationContentArgs

    RevocationType string
    S3Bucket string
    S3Key string
    S3ObjectVersion string
    RevocationType string
    S3Bucket string
    S3Key string
    S3ObjectVersion string
    revocationType String
    s3Bucket String
    s3Key String
    s3ObjectVersion String
    revocationType string
    s3Bucket string
    s3Key string
    s3ObjectVersion string
    revocationType String
    s3Bucket String
    s3Key String
    s3ObjectVersion String

    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