Skip to content

RedirectProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkoss"
&alicloudroscdkoss.RedirectProperty {
    RedirectType: interface{},
    EnableReplacePrefix: interface{},
    HostName: interface{},
    HttpRedirectCode: interface{},
    MirrorCheckMd5: interface{},
    MirrorFollowRedirect: interface{},
    MirrorHeaders: interface{},
    MirrorPassQueryString: interface{},
    MirrorUrl: interface{},
    PassQueryString: interface{},
    Protocol: interface{},
    ReplaceKeyPrefixWith: interface{},
    ReplaceKeyWith: interface{},
}

Properties

Name Type Description
RedirectType interface{} No description.
EnableReplacePrefix interface{} No description.
HostName interface{} No description.
HttpRedirectCode interface{} No description.
MirrorCheckMd5 interface{} No description.
MirrorFollowRedirect interface{} No description.
MirrorHeaders interface{} No description.
MirrorPassQueryString interface{} No description.
MirrorUrl interface{} No description.
PassQueryString interface{} No description.
Protocol interface{} No description.
ReplaceKeyPrefixWith interface{} No description.
ReplaceKeyWith interface{} No description.

RedirectTypeRequired

RedirectType interface{}
  • Type: interface{}

EnableReplacePrefixOptional

EnableReplacePrefix interface{}
  • Type: interface{}

HostNameOptional

HostName interface{}
  • Type: interface{}

HttpRedirectCodeOptional

HttpRedirectCode interface{}
  • Type: interface{}

MirrorCheckMd5Optional

MirrorCheckMd5 interface{}
  • Type: interface{}

MirrorFollowRedirectOptional

MirrorFollowRedirect interface{}
  • Type: interface{}

MirrorHeadersOptional

MirrorHeaders interface{}
  • Type: interface{}

MirrorPassQueryStringOptional

MirrorPassQueryString interface{}
  • Type: interface{}

MirrorUrlOptional

MirrorUrl interface{}
  • Type: interface{}

PassQueryStringOptional

PassQueryString interface{}
  • Type: interface{}

ProtocolOptional

Protocol interface{}
  • Type: interface{}

ReplaceKeyPrefixWithOptional

ReplaceKeyPrefixWith interface{}
  • Type: interface{}

ReplaceKeyWithOptional

ReplaceKeyWith interface{}
  • Type: interface{}