Package com.pulumi.cloudinit.inputs
Class GetConfigPartArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.cloudinit.inputs.GetConfigPartArgs
-
public final class GetConfigPartArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetConfigPartArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetConfigPartArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetConfigPartArgs.Builderbuilder()static GetConfigPartArgs.Builderbuilder(GetConfigPartArgs defaults)com.pulumi.core.Output<java.lang.String>content()com.pulumi.core.Output<java.lang.String>contentType()java.util.Optional<com.pulumi.core.Output<java.lang.String>>filename()java.util.Optional<com.pulumi.core.Output<java.lang.String>>mergeType()
-
-
-
Field Detail
-
Empty
public static final GetConfigPartArgs Empty
-
-
Method Detail
-
content
public com.pulumi.core.Output<java.lang.String> content()
- Returns:
- Body content for the part.
-
contentType
public com.pulumi.core.Output<java.lang.String> contentType()
- Returns:
- A MIME-style content type to report in the header for the part. Defaults to `text/plain`
-
filename
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> filename()
- Returns:
- A filename to report in the header for the part.
-
mergeType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> mergeType()
- Returns:
- A value for the `X-Merge-Type` header of the part, to control [cloud-init merging behavior](https://cloudinit.readthedocs.io/en/latest/reference/merging.html).
-
builder
public static GetConfigPartArgs.Builder builder()
-
builder
public static GetConfigPartArgs.Builder builder(GetConfigPartArgs defaults)
-
-