1. Packages
  2. AWS Native
  3. API Docs
  4. configuration
  5. OrganizationConformancePack

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.configuration.OrganizationConformancePack

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource schema for AWS::Config::OrganizationConformancePack.

    Example Usage

    Example

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AwsNative = Pulumi.AwsNative;
    
    return await Deployment.RunAsync(() => 
    {
        var organizationConformancePack = new AwsNative.Configuration.OrganizationConformancePack("organizationConformancePack", new()
        {
            OrganizationConformancePackName = "OrganizationConformancePackName",
            DeliveryS3Bucket = "DeliveryS3Bucket",
            TemplateS3Uri = "s3://bucketname/prefix",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws-native/sdk/go/aws/configuration"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := configuration.NewOrganizationConformancePack(ctx, "organizationConformancePack", &configuration.OrganizationConformancePackArgs{
    			OrganizationConformancePackName: pulumi.String("OrganizationConformancePackName"),
    			DeliveryS3Bucket:                pulumi.String("DeliveryS3Bucket"),
    			TemplateS3Uri:                   pulumi.String("s3://bucketname/prefix"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    

    Coming soon!

    import pulumi
    import pulumi_aws_native as aws_native
    
    organization_conformance_pack = aws_native.configuration.OrganizationConformancePack("organizationConformancePack",
        organization_conformance_pack_name="OrganizationConformancePackName",
        delivery_s3_bucket="DeliveryS3Bucket",
        template_s3_uri="s3://bucketname/prefix")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as aws_native from "@pulumi/aws-native";
    
    const organizationConformancePack = new aws_native.configuration.OrganizationConformancePack("organizationConformancePack", {
        organizationConformancePackName: "OrganizationConformancePackName",
        deliveryS3Bucket: "DeliveryS3Bucket",
        templateS3Uri: "s3://bucketname/prefix",
    });
    

    Coming soon!

    Example

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AwsNative = Pulumi.AwsNative;
    
    return await Deployment.RunAsync(() => 
    {
        var organizationConformancePack = new AwsNative.Configuration.OrganizationConformancePack("organizationConformancePack", new()
        {
            OrganizationConformancePackName = "OrganizationConformancePackName",
            DeliveryS3Bucket = "DeliveryS3Bucket",
            TemplateS3Uri = "s3://bucketname/prefix",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws-native/sdk/go/aws/configuration"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := configuration.NewOrganizationConformancePack(ctx, "organizationConformancePack", &configuration.OrganizationConformancePackArgs{
    			OrganizationConformancePackName: pulumi.String("OrganizationConformancePackName"),
    			DeliveryS3Bucket:                pulumi.String("DeliveryS3Bucket"),
    			TemplateS3Uri:                   pulumi.String("s3://bucketname/prefix"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    

    Coming soon!

    import pulumi
    import pulumi_aws_native as aws_native
    
    organization_conformance_pack = aws_native.configuration.OrganizationConformancePack("organizationConformancePack",
        organization_conformance_pack_name="OrganizationConformancePackName",
        delivery_s3_bucket="DeliveryS3Bucket",
        template_s3_uri="s3://bucketname/prefix")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as aws_native from "@pulumi/aws-native";
    
    const organizationConformancePack = new aws_native.configuration.OrganizationConformancePack("organizationConformancePack", {
        organizationConformancePackName: "OrganizationConformancePackName",
        deliveryS3Bucket: "DeliveryS3Bucket",
        templateS3Uri: "s3://bucketname/prefix",
    });
    

    Coming soon!

    Create OrganizationConformancePack Resource

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

    Constructor syntax

    new OrganizationConformancePack(name: string, args?: OrganizationConformancePackArgs, opts?: CustomResourceOptions);
    @overload
    def OrganizationConformancePack(resource_name: str,
                                    args: Optional[OrganizationConformancePackArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def OrganizationConformancePack(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    conformance_pack_input_parameters: Optional[Sequence[OrganizationConformancePackConformancePackInputParameterArgs]] = None,
                                    delivery_s3_bucket: Optional[str] = None,
                                    delivery_s3_key_prefix: Optional[str] = None,
                                    excluded_accounts: Optional[Sequence[str]] = None,
                                    organization_conformance_pack_name: Optional[str] = None,
                                    template_body: Optional[str] = None,
                                    template_s3_uri: Optional[str] = None)
    func NewOrganizationConformancePack(ctx *Context, name string, args *OrganizationConformancePackArgs, opts ...ResourceOption) (*OrganizationConformancePack, error)
    public OrganizationConformancePack(string name, OrganizationConformancePackArgs? args = null, CustomResourceOptions? opts = null)
    public OrganizationConformancePack(String name, OrganizationConformancePackArgs args)
    public OrganizationConformancePack(String name, OrganizationConformancePackArgs args, CustomResourceOptions options)
    
    type: aws-native:configuration:OrganizationConformancePack
    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 OrganizationConformancePackArgs
    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 OrganizationConformancePackArgs
    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 OrganizationConformancePackArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OrganizationConformancePackArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OrganizationConformancePackArgs
    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 organizationConformancePackResource = new aws_native.configuration.OrganizationConformancePack("organizationConformancePackResource", {
        conformancePackInputParameters: [{
            parameterName: "string",
            parameterValue: "string",
        }],
        deliveryS3Bucket: "string",
        deliveryS3KeyPrefix: "string",
        excludedAccounts: ["string"],
        organizationConformancePackName: "string",
        templateBody: "string",
        templateS3Uri: "string",
    });
    
    Coming soon!
    

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

    ConformancePackInputParameters List<Pulumi.AwsNative.Configuration.Inputs.OrganizationConformancePackConformancePackInputParameter>
    A list of ConformancePackInputParameter objects.
    DeliveryS3Bucket string
    AWS Config stores intermediate files while processing conformance pack template.
    DeliveryS3KeyPrefix string
    The prefix for the delivery S3 bucket.
    ExcludedAccounts List<string>
    A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
    OrganizationConformancePackName string
    The name of the organization conformance pack.
    TemplateBody string
    A string containing full conformance pack template body.
    TemplateS3Uri string
    Location of file containing the template body.
    ConformancePackInputParameters []OrganizationConformancePackConformancePackInputParameterArgs
    A list of ConformancePackInputParameter objects.
    DeliveryS3Bucket string
    AWS Config stores intermediate files while processing conformance pack template.
    DeliveryS3KeyPrefix string
    The prefix for the delivery S3 bucket.
    ExcludedAccounts []string
    A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
    OrganizationConformancePackName string
    The name of the organization conformance pack.
    TemplateBody string
    A string containing full conformance pack template body.
    TemplateS3Uri string
    Location of file containing the template body.
    conformancePackInputParameters List<OrganizationConformancePackConformancePackInputParameter>
    A list of ConformancePackInputParameter objects.
    deliveryS3Bucket String
    AWS Config stores intermediate files while processing conformance pack template.
    deliveryS3KeyPrefix String
    The prefix for the delivery S3 bucket.
    excludedAccounts List<String>
    A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
    organizationConformancePackName String
    The name of the organization conformance pack.
    templateBody String
    A string containing full conformance pack template body.
    templateS3Uri String
    Location of file containing the template body.
    conformancePackInputParameters OrganizationConformancePackConformancePackInputParameter[]
    A list of ConformancePackInputParameter objects.
    deliveryS3Bucket string
    AWS Config stores intermediate files while processing conformance pack template.
    deliveryS3KeyPrefix string
    The prefix for the delivery S3 bucket.
    excludedAccounts string[]
    A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
    organizationConformancePackName string
    The name of the organization conformance pack.
    templateBody string
    A string containing full conformance pack template body.
    templateS3Uri string
    Location of file containing the template body.
    conformance_pack_input_parameters Sequence[OrganizationConformancePackConformancePackInputParameterArgs]
    A list of ConformancePackInputParameter objects.
    delivery_s3_bucket str
    AWS Config stores intermediate files while processing conformance pack template.
    delivery_s3_key_prefix str
    The prefix for the delivery S3 bucket.
    excluded_accounts Sequence[str]
    A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
    organization_conformance_pack_name str
    The name of the organization conformance pack.
    template_body str
    A string containing full conformance pack template body.
    template_s3_uri str
    Location of file containing the template body.
    conformancePackInputParameters List<Property Map>
    A list of ConformancePackInputParameter objects.
    deliveryS3Bucket String
    AWS Config stores intermediate files while processing conformance pack template.
    deliveryS3KeyPrefix String
    The prefix for the delivery S3 bucket.
    excludedAccounts List<String>
    A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
    organizationConformancePackName String
    The name of the organization conformance pack.
    templateBody String
    A string containing full conformance pack template body.
    templateS3Uri String
    Location of file containing the template body.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    OrganizationConformancePackConformancePackInputParameter, OrganizationConformancePackConformancePackInputParameterArgs

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi