Package com.pulumi.aws.cfg
Class ConformancePackArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.cfg.ConformancePackArgs
-
public final class ConformancePackArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConformancePackArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ConformancePackArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConformancePackArgs.Builder
builder()
static ConformancePackArgs.Builder
builder(ConformancePackArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
deliveryS3Bucket()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
deliveryS3KeyPrefix()
java.util.Optional<com.pulumi.core.Output<java.util.List<ConformancePackInputParameterArgs>>>
inputParameters()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
templateBody()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
templateS3Uri()
-
-
-
Field Detail
-
Empty
public static final ConformancePackArgs Empty
-
-
Method Detail
-
deliveryS3Bucket
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deliveryS3Bucket()
- Returns:
- Amazon S3 bucket where AWS Config stores conformance pack templates. Maximum length of 63.
-
deliveryS3KeyPrefix
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deliveryS3KeyPrefix()
- Returns:
- The prefix for the Amazon S3 bucket. Maximum length of 1024.
-
inputParameters
public java.util.Optional<com.pulumi.core.Output<java.util.List<ConformancePackInputParameterArgs>>> inputParameters()
- Returns:
- Set of configuration blocks describing input parameters passed to the conformance pack template. Documented below. When configured, the parameters must also be included in the `template_body` or in the template stored in Amazon S3 if using `template_s3_uri`.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the conformance pack. Must begin with a letter and contain from 1 to 256 alphanumeric characters and hyphens.
-
templateBody
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> templateBody()
- Returns:
- A string containing full conformance pack template body. Maximum length of 51200. Drift detection is not possible with this argument.
-
templateS3Uri
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> templateS3Uri()
- Returns:
- Location of file, e.g., `s3://bucketname/prefix`, containing the template body. The uri must point to the conformance pack template that is located in an Amazon S3 bucket in the same region as the conformance pack. Maximum length of 1024. Drift detection is not possible with this argument.
-
builder
public static ConformancePackArgs.Builder builder()
-
builder
public static ConformancePackArgs.Builder builder(ConformancePackArgs defaults)
-
-