Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getProperties
Explore with Pulumi AI
Using getProperties
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 getProperties(args: GetPropertiesArgs, opts?: InvokeOptions): Promise<GetPropertiesResult>
function getPropertiesOutput(args: GetPropertiesOutputArgs, opts?: InvokeOptions): Output<GetPropertiesResult>
def get_properties(contract_id: Optional[str] = None,
group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertiesResult
def get_properties_output(contract_id: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertiesResult]
func GetProperties(ctx *Context, args *GetPropertiesArgs, opts ...InvokeOption) (*GetPropertiesResult, error)
func GetPropertiesOutput(ctx *Context, args *GetPropertiesOutputArgs, opts ...InvokeOption) GetPropertiesResultOutput
> Note: This function is named GetProperties
in the Go SDK.
public static class GetProperties
{
public static Task<GetPropertiesResult> InvokeAsync(GetPropertiesArgs args, InvokeOptions? opts = null)
public static Output<GetPropertiesResult> Invoke(GetPropertiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPropertiesResult> getProperties(GetPropertiesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getProperties:getProperties
arguments:
# arguments dictionary
The following arguments are supported:
- Contract
Id string - Group
Id string
- Contract
Id string - Group
Id string
- contract
Id String - group
Id String
- contract
Id string - group
Id string
- contract_
id str - group_
id str
- contract
Id String - group
Id String
getProperties Result
The following output properties are available:
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Properties
List<Get
Properties Property>
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Properties
[]Get
Properties Property
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- properties
List<Get
Properties Property>
- contract
Id string - group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- properties
Get
Properties Property[]
- contract_
id str - group_
id str - id str
- The provider-assigned unique ID for this managed resource.
- properties
Sequence[Get
Properties Property]
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- properties List<Property Map>
Supporting Types
GetPropertiesProperty
- Contract
Id string - Group
Id string - Latest
Version int - Note string
- Product
Id string - Production
Version int - Property
Id string - Property
Name string - Rule
Format string - Staging
Version int
- Contract
Id string - Group
Id string - Latest
Version int - Note string
- Product
Id string - Production
Version int - Property
Id string - Property
Name string - Rule
Format string - Staging
Version int
- contract
Id String - group
Id String - latest
Version Integer - note String
- product
Id String - production
Version Integer - property
Id String - property
Name String - rule
Format String - staging
Version Integer
- contract
Id string - group
Id string - latest
Version number - note string
- product
Id string - production
Version number - property
Id string - property
Name string - rule
Format string - staging
Version number
- contract_
id str - group_
id str - latest_
version int - note str
- product_
id str - production_
version int - property_
id str - property_
name str - rule_
format str - staging_
version int
- contract
Id String - group
Id String - latest
Version Number - note String
- product
Id String - production
Version Number - property
Id String - property
Name String - rule
Format String - staging
Version Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.