We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.configuration.getOrganizationConformancePack
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::Config::OrganizationConformancePack.
Using getOrganizationConformancePack
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOrganizationConformancePack(args: GetOrganizationConformancePackArgs, opts?: InvokeOptions): Promise<GetOrganizationConformancePackResult>
function getOrganizationConformancePackOutput(args: GetOrganizationConformancePackOutputArgs, opts?: InvokeOptions): Output<GetOrganizationConformancePackResult>
def get_organization_conformance_pack(organization_conformance_pack_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationConformancePackResult
def get_organization_conformance_pack_output(organization_conformance_pack_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationConformancePackResult]
func LookupOrganizationConformancePack(ctx *Context, args *LookupOrganizationConformancePackArgs, opts ...InvokeOption) (*LookupOrganizationConformancePackResult, error)
func LookupOrganizationConformancePackOutput(ctx *Context, args *LookupOrganizationConformancePackOutputArgs, opts ...InvokeOption) LookupOrganizationConformancePackResultOutput
> Note: This function is named LookupOrganizationConformancePack
in the Go SDK.
public static class GetOrganizationConformancePack
{
public static Task<GetOrganizationConformancePackResult> InvokeAsync(GetOrganizationConformancePackArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationConformancePackResult> Invoke(GetOrganizationConformancePackInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationConformancePackResult> getOrganizationConformancePack(GetOrganizationConformancePackArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:configuration:getOrganizationConformancePack
arguments:
# arguments dictionary
The following arguments are supported:
- Organization
Conformance stringPack Name - The name of the organization conformance pack.
- Organization
Conformance stringPack Name - The name of the organization conformance pack.
- organization
Conformance StringPack Name - The name of the organization conformance pack.
- organization
Conformance stringPack Name - The name of the organization conformance pack.
- organization_
conformance_ strpack_ name - The name of the organization conformance pack.
- organization
Conformance StringPack Name - The name of the organization conformance pack.
getOrganizationConformancePack Result
The following output properties are available:
- Conformance
Pack List<Pulumi.Input Parameters Aws Native. Configuration. Outputs. Organization Conformance Pack Conformance Pack Input Parameter> - A list of ConformancePackInputParameter objects.
- Delivery
S3Bucket string - AWS Config stores intermediate files while processing conformance pack template.
- Delivery
S3Key stringPrefix - The prefix for the delivery S3 bucket.
- Excluded
Accounts List<string> - A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
- Conformance
Pack []OrganizationInput Parameters Conformance Pack Conformance Pack Input Parameter - A list of ConformancePackInputParameter objects.
- Delivery
S3Bucket string - AWS Config stores intermediate files while processing conformance pack template.
- Delivery
S3Key stringPrefix - The prefix for the delivery S3 bucket.
- Excluded
Accounts []string - A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
- conformance
Pack List<OrganizationInput Parameters Conformance Pack Conformance Pack Input Parameter> - A list of ConformancePackInputParameter objects.
- delivery
S3Bucket String - AWS Config stores intermediate files while processing conformance pack template.
- delivery
S3Key StringPrefix - The prefix for the delivery S3 bucket.
- excluded
Accounts List<String> - A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
- conformance
Pack OrganizationInput Parameters Conformance Pack Conformance Pack Input Parameter[] - A list of ConformancePackInputParameter objects.
- delivery
S3Bucket string - AWS Config stores intermediate files while processing conformance pack template.
- delivery
S3Key stringPrefix - The prefix for the delivery S3 bucket.
- excluded
Accounts string[] - A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
- conformance_
pack_ Sequence[Organizationinput_ parameters Conformance Pack Conformance Pack Input Parameter] - A list of ConformancePackInputParameter objects.
- delivery_
s3_ strbucket - AWS Config stores intermediate files while processing conformance pack template.
- delivery_
s3_ strkey_ prefix - 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.
- conformance
Pack List<Property Map>Input Parameters - A list of ConformancePackInputParameter objects.
- delivery
S3Bucket String - AWS Config stores intermediate files while processing conformance pack template.
- delivery
S3Key StringPrefix - The prefix for the delivery S3 bucket.
- excluded
Accounts List<String> - A list of AWS accounts to be excluded from an organization conformance pack while deploying a conformance pack.
Supporting Types
OrganizationConformancePackConformancePackInputParameter
- Parameter
Name string - One part of a key-value pair.
- Parameter
Value string - One part of a key-value pair.
- Parameter
Name string - One part of a key-value pair.
- Parameter
Value string - One part of a key-value pair.
- parameter
Name String - One part of a key-value pair.
- parameter
Value String - One part of a key-value pair.
- parameter
Name string - One part of a key-value pair.
- parameter
Value string - One part of a key-value pair.
- parameter_
name str - One part of a key-value pair.
- parameter_
value str - One part of a key-value pair.
- parameter
Name String - One part of a key-value pair.
- parameter
Value String - One part of a key-value pair.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi