akamai.getCloudwrapperProperties
Explore with Pulumi AI
Using getCloudwrapperProperties
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 getCloudwrapperProperties(args: GetCloudwrapperPropertiesArgs, opts?: InvokeOptions): Promise<GetCloudwrapperPropertiesResult>
function getCloudwrapperPropertiesOutput(args: GetCloudwrapperPropertiesOutputArgs, opts?: InvokeOptions): Output<GetCloudwrapperPropertiesResult>
def get_cloudwrapper_properties(contract_ids: Optional[Sequence[str]] = None,
properties: Optional[Sequence[GetCloudwrapperPropertiesProperty]] = None,
unused: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudwrapperPropertiesResult
def get_cloudwrapper_properties_output(contract_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
properties: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudwrapperPropertiesPropertyArgs]]]] = None,
unused: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudwrapperPropertiesResult]
func GetCloudwrapperProperties(ctx *Context, args *GetCloudwrapperPropertiesArgs, opts ...InvokeOption) (*GetCloudwrapperPropertiesResult, error)
func GetCloudwrapperPropertiesOutput(ctx *Context, args *GetCloudwrapperPropertiesOutputArgs, opts ...InvokeOption) GetCloudwrapperPropertiesResultOutput
> Note: This function is named GetCloudwrapperProperties
in the Go SDK.
public static class GetCloudwrapperProperties
{
public static Task<GetCloudwrapperPropertiesResult> InvokeAsync(GetCloudwrapperPropertiesArgs args, InvokeOptions? opts = null)
public static Output<GetCloudwrapperPropertiesResult> Invoke(GetCloudwrapperPropertiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudwrapperPropertiesResult> getCloudwrapperProperties(GetCloudwrapperPropertiesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getCloudwrapperProperties:getCloudwrapperProperties
arguments:
# arguments dictionary
The following arguments are supported:
- Contract
Ids List<string> - Properties
List<Get
Cloudwrapper Properties Property> - Unused bool
- contract
Ids List<String> - properties
List<Get
Cloudwrapper Properties Property> - unused Boolean
- contract
Ids string[] - properties
Get
Cloudwrapper Properties Property[] - unused boolean
- contract_
ids Sequence[str] - properties
Sequence[Get
Cloudwrapper Properties Property] - unused bool
- contract
Ids List<String> - properties List<Property Map>
- unused Boolean
getCloudwrapperProperties Result
The following output properties are available:
- Id string
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_properties
- Contract
Ids List<string> - Properties
List<Get
Cloudwrapper Properties Property> - Unused bool
- Id string
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_properties
- Contract
Ids []string - Properties
[]Get
Cloudwrapper Properties Property - Unused bool
- id String
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_properties
- contract
Ids List<String> - properties
List<Get
Cloudwrapper Properties Property> - unused Boolean
- id string
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_properties
- contract
Ids string[] - properties
Get
Cloudwrapper Properties Property[] - unused boolean
- id str
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_properties
- contract_
ids Sequence[str] - properties
Sequence[Get
Cloudwrapper Properties Property] - unused bool
- id String
Required by the terraform plugin testing framework, always set to
akamai_cloudwrapper_properties
- contract
Ids List<String> - properties List<Property Map>
- unused Boolean
Supporting Types
GetCloudwrapperPropertiesProperty
- Contract
Id string - Group
Id int - Property
Id int - Property
Name string - Type string
- Contract
Id string - Group
Id int - Property
Id int - Property
Name string - Type string
- contract
Id String - group
Id Integer - property
Id Integer - property
Name String - type String
- contract
Id string - group
Id number - property
Id number - property
Name string - type string
- contract_
id str - group_
id int - property_
id int - property_
name str - type str
- contract
Id String - group
Id Number - property
Id Number - property
Name String - type String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.